/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2025 | 08:21:36 */
.buy-online-btn a{
	transition: all .25s, color .25s;
}
.buy-online-btn a:hover {
	background-position: right center;
    border: 1px solid #232323;
	opacity: 0.9;
}

/* Product USP */
.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
}
.grid {
    display: grid;
    grid-gap: 3rem;
}
.grid-gutter-none {
    grid-gap: 0 !important;
}
@media screen and (min-width: 500px) {
    .grid-sm-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}
.features-title {
	margin-top: 0;
	margin-bottom: 24px;
}
.usp-list {
    background: #272728;
    display: grid;
    gap: 1.5em;
    padding: 1.5em;
    grid-template-columns: 1fr;
    margin: 0 0 2em;
}
@media screen and (min-width: 500px) {
    .usp-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 980px) {
    .usp-list {
        margin-bottom: 20px;
    }
}
.usp-list__item {
	color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.4;
}
.usp-list__icon {
   width: 3em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42 48' style='enable-background:new 0 0 42 48;' xml:space='preserve'%3E%3ClinearGradient id='poly_grad' gradientUnits='userSpaceOnUse' x1='-914.4352' y1='554.2708' x2='-915.4352' y2='553.2708' gradientTransform='matrix(41.5692 0 0 -48 38054.1445 26605)'%3E%3Cstop offset='0' style='stop-color:%23007DBA'/%3E%3Cstop offset='1' style='stop-color:%23005F8F'/%3E%3C/linearGradient%3E%3Cpolygon style='fill:url(%23poly_grad);' points='21,0 41.8,12 41.8,36 21,48 0.2,36 0.2,12 '/%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.usp-list__icon svg {
    fill: #fff;
    max-width: 55%;
    max-height: 55%;
}
/* End Product USP */

.list--tick, .wysiwyg-content ul, ul.list--tick {
    text-align: left;
    list-style: none;
    counter-reset: li;
    padding-left: 0;
}
.list--tick li, .wysiwyg-content ul li, ul.list--tick li {
    color: var(--main-color);
    margin-bottom: .5em;
    padding-left: 2em;
}
.list--tick li:before, .wysiwyg-content ul li:before, ul.list--tick li:before {
    background-image: url(https://3423e05d35.nxcli.io/au/wp-content/uploads/sites/4/icons/icon--tick--white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -2em;
    margin-right: 1em;
    position: relative;
    top: 2px;
	color: var(--feature-color);
}
.product-use-wrapper ul {
	color: #fff;
}
.product-use-wrapper p a {
	text-decoration: underline;
}
.grid-span-5 {
    grid-column: span 5 / span 5;
}
@media screen and (min-width: 988px) {
    .grid-lg-span-3 {
        grid-column: span 3 / span 3;
    }
}
/* Product Variation */
.product-variation {
    margin: 1em 0 2em 0;
    width: 50%;
    min-width: 160px;
}
.product-variation h3 {
    margin-bottom: 24px;
	color: #fff;
	font-family: 'proxima_semibold';
    text-transform: uppercase;
	font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='%23007DBA' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 94% 50%;
    padding-right: 2rem;
    border: 1px solid #fff !important;
	background-color: #161618;
    color: #fff;
	border: 2px solid transparent;
	margin-top: .15rem;
    padding: 1rem;
    width: 100%;
    text-transform: none;
    font-family: roboto_condensed;
    resize: none;
	font-size: 18px;
}
/* End Product Variation */

/* Product Attention */
.attention {
    background: #1a1b3c;
    border: 2px solid #4d4d72;
    padding: 20px 20px 0;
    margin: 1em 0;
    overflow: hidden;
    align-items: flex-start;
}
.attention__heading {
    display: flex;
    float: left;
    padding-right: 1em;
    font-family: proxima_bold;
    padding-top: 4px;
}
.attention h3 {
    margin-top: 0;
    font-family: proxima_semibold, "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 24px;
    font-weight: 700;
}
.attention .attention__icon {
    margin-right: .5em;
    height: 24px;
    width: 24px;
    margin-top: -4px;
}
.attention .attention__icon svg {
    fill: var(--feature-color);
}
.icon svg, .social-link svg {
    width: 24px;
    height: 24px;
    margin-right: .5rem;
}
.attention__message {
    float: left;
}
.icon.icon--color-red path:last-of-type, .social-link.icon--color-red path:last-of-type {
    fill: #de0400;
}
svg path:not([fill]), svg polygon:not([fill]) {
    fill: currentColor;
}
@media only screen and (min-width: 732px) {
    .attention {
        padding:30px 30px 6px
    }
	.video-trigger {
        width: 100%;
        left: auto;
        transform: none;
    }
}
/* End Product Attention */

/* Products Tabe */
.product-tabs .e-n-tab-title{
	flex: 1 !important;
	max-width: 15em;
}
@media screen and (min-width: 732px) {
    .grid-md {
        display: grid;
        grid-gap: 3rem;
    }
	.grid-md-cols-5 {
        grid-template-columns: repeat(5, 1fr);
    }
}
.grid-span-3 {
    grid-column: span 3 / span 3;
}
 
.video-trigger {
    padding: 0;
    border: none;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.video-trigger:before {
    left: 0;
    top: 0;
    bottom: 5px;
    content: "";
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
    transition: background-color .25s ease;
}
.video-trigger:hover , .video-trigger:focus, .video-trigger:active{
	background-color: transparent;
}
.video-trigger:hover:before {
    background-color: rgba(0, 0, 0, .1);
}
.video-trigger .embed-responsively {
    position: relative;
    z-index: 1;
}
.border--red, .embed-responsively, .hero--default picture, .wysiwyg-content img {
/*     border-bottom: 5px solid #de0400; */
}
body.single-product .slider__action--prev, body.single-product .slider__action--next {
	display: none;
}
.wysiwyg-content a.btn {
	background-color: transparent;
    font-family: "proxima_bold", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    fill: #161618;
    color: #161618 !important;
    background-image: linear-gradient(to top right, #BA9B37 0%, #DECB68 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 16px 32px 16px 32px;
	transition: all .35s, color .35s;
    width: 100%;
}
.wysiwyg-content a.btn:hover {
	text-decoration: underline;
}
.embed-responsively {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 1em;
}
.embed-responsively iframe, .embed-responsively video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-trigger--large:after {
    width: 14%;
    padding-bottom: 10%;
}
.video-trigger:after {
    content: "";
    background-image: url(https://3423e05d35.nxcli.io/au/wp-content/uploads/sites/4/icons/icon--youtube.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    max-width: 112px;
    width: 9%;
    height: 0;
    padding-bottom: 6%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.video-trigger--large:after {
    width: 14%;
    padding-bottom: 10%;
}
.embed-responsively img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-faqs h2 {
	margin-top:0;
	margin-bottom:20px;
}
.accordion {
    color: #fff;
    padding: 0;
    list-style: none;
}

.accordion .angled-wrapper, .angled-wrapper--faded {
	--wrapperBorder: linear-gradient(#fff, #fff) 1;
    --wrapperGradient: linear-gradient(-45deg, #fff 16px, transparent 0 calc(100% - 14px), #fff 0 calc(100% - 14px));
    --wrapperBg: #1a1b3c;
    
}
.accordion__item {
    margin-bottom: 2em;
    position: relative;
    border-bottom: 2px solid #fff;
    background-color: #272728;
}
.accordion__item.open {
    background: linear-gradient(to top right, #007dba, #005f8f);
}
.angled-wrapper {
    --wrapperColor: currentColor;
    --wrapperBg: linear-gradient(90deg, #0048bd 0%, #0078cb 50%, #0048bd 100%);
    --wrapperBorder: linear-gradient(to right, #0078cb 0%, #0048bd 50%, #0078cb 100%) 1;
    --borderWidth: 2px;
    --wrapperGradient: linear-gradient(-45deg, #0078cb 16px, transparent 0 calc(100% - 14px), #0078cb 0 calc(100% - 14px));
    background: var(--wrapperBg);
    color: var(--wrapperColor);
    border-width: var(--borderWidth);
    border-style: solid;
    -o-border-image: var(--wrapperBorder);
    border-image: var(--wrapperBorder);
    position: relative;
}
.angled-clip, .angled-wrapper {
    --clipSize: 30px;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - var(--clipSize)), calc(100% - var(--clipSize)) 100%, 0 100%);
}
.angled-wrapper--red, .angled-wrapper.open {
    --wrapperBg: #de0400;
    --wrapperBorder: linear-gradient(-45deg, #de0400 16px, transparent 0 calc(100% - 14px), #de0400 0 calc(100% - 14px));
}
.accordion__item.open .accordion__handle svg {
    transform: translate(-50%, -50%) rotate(180deg);
}
.accordion__content--active {
    max-height: 800px;
}
button.accordion__trigger:hover, button.accordion__trigger:focus {
	background-color: transparent;
	color: #fff !important;
}
.accordion__trigger {
    font-weight: 700;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 1rem 3rem 1rem 1rem;
    position: relative;
    background: 0 0;
    font-size: inherit;
    text-align: left;
    cursor: pointer;
    color: #fff;
	white-space: normal;
}
.accordion__title {
    margin: 0;
    font-weight: 500;
}

button.accordion__trigger:hover, button.accordion__trigger:focus {
    background-color: transparent;
    color: #232323;
}
.accordion__handle {
    position: absolute;
    top: 50%;
    right: 1em;
    height: 25px;
    width: 25px;
    transform: translateY(-50%);
    background-color: transparent;
}
.accordion__handle svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    fill: currentColor;
    overflow: visible;
    transform-origin: 50% 50%;
    transition: .3s transform ease;
}
.accordion__content {
    max-height: 0;
    transition: max-height .5s ease;
    overflow: hidden;
}
.accordion__content-inner {
    padding: 0 1rem 0;
    max-width: 95%;
}
.accordion__content-inner p a, .e-n-accordion-item[open] p a{ 
	text-decoration: underline;
}
.accordion__content>:last-child {
    margin-bottom: 0;
}
.accordion__content>:first-child {
    margin-top: 0;
}
.accordion__content--active {
    max-height: 800px;
}
.accordion__content p {
    color: inherit;
	margin-bottom: 24px;
}
/* .accordion__item:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
}
.accordion__item:after{
    border-bottom: 5px solid #ff6c08;
} */
.accordion__item.open .accordion__handle svg {
    transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (min-width: 732px) {
    .accordion__title {
        font-size: 1.5em !important;
    }
	.accordion__trigger {
        padding: 2rem 6rem calc(2rem - 5px) 2rem;
    }
	.accordion__handle {
        right: 2em;
        height: 36px;
        width: 36px;
    }
	.accordion__content-inner {
        padding: 0 2rem 2rem;
    }
}
@media(max-width: 767px) { 
	.product-tabs .e-n-tabs-heading{
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: .5rem !important;
	}
	.product-tabs .e-n-tabs-heading .e-n-tab-title{
			margin-bottom: 20px !important;
	}
	.product-use-wrapper h2 {
		font-size: 36px;
	}
	.product-use-wrapper h3 {
		font-size: 21px;
	}
	.product_related h2 {
		font-size: 28px;
	}
	.product_related h4 a{
		font-size: 18px;
        line-height: 20px;
	}
	
}
/* End Product Attention */

/* Product Related */
.product_related {
    position: relative;
}
.section-intro--left {
    text-align: left !important;
}
#product-related-container h2 {
	margin-bottom: 0;
}
.section-intro {
    text-align: center;
/*     padding-top: calc(24px* 2); */
    padding-bottom: calc(24px / 2);
}
.section-intro--left .section-intro__content {
    max-width: none;
}
.section-intro__content {
    flex: 1;
    max-width: 800px;
    margin: 0 auto;
}
.section-heading {
    font-size: 16px;
    font-size: 1rem;
    color: #ff6c08;
    margin-bottom: 5px;
	text-transform: uppercase;
    letter-spacing: .04em;
	font-weight: 400;
    font-family: proxima_semibold;
}
.doc-subtitle, [role=doc-subtitle] {
    text-transform: uppercase;
    font-size: 40px;
    font-family: roboto_condensed;
	font-weight: bold;
    color: #f8f8f8;
    line-height: 1.2;
}
.building-block {
    padding-top: 24px;
    padding-bottom: calc(24px* 2);
}
@media screen and (max-width: 980px) {
	.section-intro:first-child {
		padding-top: 0;
	}
}
.slider {
    position: relative;
}
.slider__controls, .slider__nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    visibility: hidden;
}
.slider__nav {
    bottom: calc(24px* -3);
    justify-content: center;
    width: 50%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.slider--featured .slider__nav, .slider--listing .slider__nav {
    left: 50%;
    right: auto;
}
.slider__controls {
    margin: 0 0 1.5rem;
    visibility: hidden;
	bottom: -46px;
    transform: translateY(100%);
    justify-content: space-between;
    z-index: 3;
}
.slider__controls button {
    border: none;
/* 	display: none; */
}
.slider__controls button, .slider__nav button {
    background: 0 0;
    box-shadow: none;
    visibility: visible;
}
.slider__nav button {
    background-color: transparent;
    text-indent: -9999px;
    border-radius: 50%;
    border: 2px solid #f8f8f8;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    position: relative;
    opacity: .5;
    transition: opacity .25s ease;
    padding: 0;
}
.slider__nav button:before {
    border-radius: 50%;
    content: "";
    background: #f8f8f8;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s ease;
    width: 7px;
}
.slider__nav button.active, .slider__nav button:hover {
    opacity: 1;
}
.slider__nav button.active:before {
    opacity: 1;
}
.slider__controls button:disabled, .slider__nav button:disabled {
    opacity: .5;
}
.nav-skip-link, .skip-link, .sr-only {
    font-size: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
    padding: 0;
    border: 0;
}
.slider__action svg {
    color: #f8f8f8;
    fill: #f8f8f8;
    width: 35px;
    height: 35px;
}
.slider--listing .slider__wrapper {
    position: relative;
}
.slider__wrapper {
    overflow: hidden;
}
.slider--featured .slider__wrapper {
    overflow: visible;
}
.slider--featured:after, .slider--featured:before {
    background: var(--background);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #333334 20%);
    right: 0;
    width: 100%;
    transform: translateX(100%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    z-index: 2;
}
.slider--featured:before {
    background: linear-gradient(90deg, #333334 80%, rgba(0, 0, 0, 0) 100%);
    right: auto;
    left: 0;
    transform: translateX(-100%);
}

.slider__panels {
    padding: 0;
    white-space: nowrap;
    transition: transform 1s ease-in-out, max-height .5s ease-in-out;
}
.slider--featured .slider__panels {
    width: 90%;
}
.slider__panel {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: initial;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slider--featured .slider__panel {
    padding-right: 2rem;
}
.slider__panel>.grid {
    row-gap: 0 !important;
}
.grid-gutter-md {
    grid-gap: 2rem !important;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid {
    display: grid;
    grid-gap: 3rem;
}
.card {
    position: relative;
    list-style: none;
    color: #f8f8f8;
}
.card.card--product h4 a {
	font-size: 22px;
	line-height: 24px;
}
.card--product .card__image {
    padding-top: 100%;
}
.card__image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
	padding-top: 72%;
}

.card__image .btn {
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    transition: opacity .25s cubic-bezier(.65,0,.35,1);
    pointer-events: none;
    z-index: 3;
}
.btn.btn--solid, input[type=submit].btn--solid {
    color: #fff;
    background-image: none;
    background-color: #161618;
}
.text-btn--arrow:after {
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border: 2px solid currentCOlor;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin: -.2em 0 0 .4em;
    vertical-align: middle;
}
.card__image .rollover {
    opacity: 0;
}
.btn, input[type=submit] {
    display: inline-block;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 600;
    font-family: proxima_bold,"Open Sans",Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    background-size: 200% auto;
    text-transform: uppercase;
    transition: all .35s, color .35s;
    background: #161618;
    color: #fff !important;
}

.btn.btn--dark.btn--search{
	margin: 0 1em;
}

.btn.btn--dark.btn--search:before {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: .6em;
    margin-top: -.4em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' %3E%3Cpath fill='%23ffffff' d='M12.9,11.3H12L11.8,11c0.5-0.6,0.9-1.2,1.2-2s0.4-1.5,0.4-2.4c0-1.2-0.3-2.3-0.9-3.4c-0.6-1-1.4-1.8-2.4-2.4%0AC9.1,0.3,7.9,0,6.7,0C5.5,0,4.4,0.3,3.3,0.9S1.5,2.3,0.9,3.3S0,5.5,0,6.7C0,7.9,0.3,9,0.9,10.1c0.6,1,1.4,1.8,2.4,2.4 s2.2,0.9,3.4,0.9c0.8,0,1.6-0.1,2.3-0.4s1.4-0.7,2-1.2l0.3,0.3v0.8l5.1,5.1l1.6-1.6L12.9,11.3z M10.7,9c-0.4,0.7-1,1.3-1.7,1.7 c-0.7,0.4-1.5,0.6-2.3,0.6c-0.8,0-1.6-0.2-2.3-0.6c-0.7-0.4-1.3-1-1.7-1.7C2.3,8.3,2.1,7.5,2.1,6.7c0-0.8,0.2-1.6,0.6-2.3 c0.4-0.7,1-1.3,1.7-1.7c0.7-0.4,1.5-0.6,2.3-0.6c0.8,0,1.6,0.2,2.3,0.6c0.7,0.4,1.3,1,1.7,1.7c0.4,0.7,0.6,1.5,0.6,2.3 C11.3,7.5,11.1,8.3,10.7,9z'/%3E%3C/svg%3E")
}

.card__image img {
    transform: scale(1.08);
    transition: transform .8s ease, opacity .25s cubic-bezier(.65,0,.35,1);
    will-change: transform, opacity;
    width: 100%;
    transform-origin: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__image img {
/*     object-fit: contain !important; */
}
.slider__panel img {
    width: 100%;
    height: auto;
}
.card--product .card__image img {
    transform: scale(1);
}
.card__pretitle {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    align-items: center;
}
.card__category, .category {
    display: block;
    line-height: 1;
    color: #cdb450;
	text-transform: uppercase;
	font-family: proxima_semibold;
    letter-spacing: .1em;
}
.card h4 {
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 24px;
	text-transform: none;
}
.card h4 a{
	line-height: 26px;
	font-family: "proxima_bold", Sans-serif;
    font-size: 24px;
	text-align: left;
}
.card a {
    color: var(--main-color);
    text-decoration: none;
    word-wrap: anywhere;
}
.card.card--product:hover a {
	text-decoration: none;
}
.card__link {
    margin-top: 5px;
    display: block;
}
.cover-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}
.card:hover .card__image .rollover {
    opacity: 1;
}
.card:hover .card__image img {
    transform: scale(1);
}
.card:hover .card__link {
	text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
@media only screen and (min-width: 732px) {
    .section-intro--left {
        display:flex
    }
	 .section-intro:first-child {
/*         padding-top:calc(24px * 4) */
    }
	 .section-intro--left .section-intro__content {
        padding-right: calc(24px* 2);
    }
	 .section-intro__button {
        margin-top:24px
    }
	.building-block {
        padding-bottom: calc(24px* 3);
    }
	
	.slider__controls {
        bottom: auto;
        top: 40%;
        transform: translateY(-50%);
    }
	.slider--listing .slider__wrapper {
        width: calc(100% + 2rem);
        left: 50%;
        transform: translateX(-50%);
    }
	.slider--listing .slider__panel {
        padding: 0 1rem;
    }
	.btn, input[type=submit] {
        font-size: 1.2rem;
        padding: 1rem 2rem;
    }
	.grid-md-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (min-width: 769px) {
	.slider__controls, .slider__nav {
        left: -8%;
        right: -8%;
    }
	
}
@media only screen and (max-width: 990px) {
	.card.card--product h4 a{
		font-size: 20px;
		line-height: 21px;
	}
	#product-related-container h2 {
		font-size: 28px;
		line-height: 34px;
	}
}
@media only screen and (max-width:767px) {
	.card.card--product h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
    .usp-list__icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }
	.usp-list__icon img{
		max-width: 20px;
	}
}
/* End Product Related */

