/* Site
=========================================== */
@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-ExtraBold.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-BoldItalic.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-SemiBoldItalic.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-Italic.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-LightItalic.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-Light.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
         url('../../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	font-family: 'Open Sans', sans-serif;
	background-color: #11182A;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.u-bg-white {
	color: #626262;
}
.u-bg-gray-10 {
	color: #626262;
}
.o-wrapper { 
	max-width: 1670px;
	padding: 0 15px;
}
.o-wrapper--full {
    max-width: 100vw;
}
.o-wrapper--flush {
    padding-right: 0;
    padding-left: 0;
}
.t-expanded-block {
	width: 100vw;
	max-width: 1700px;
	padding: 0 30px 30px;
}
.t-expanded-block.u-bg-white {
	padding: 30px;
	width: calc(100vw - 30px);
}
.t-expanded-block > .t-wrapper {
	max-width: 100%;
	padding: 0;
}
.t-expanded-block > .t-expanded-block__item {
	max-width: 100%;
}
.x-collapsing-breadcrumbs.t-breadcrumbs .x-collapsing-breadcrumbs__list { 
	padding-top: 15px;
}
.x-collapsing-breadcrumbs.t-breadcrumbs .x-collapsing-breadcrumbs__list .u-inline-block { 
 	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	text-transform: uppercase; 
	color: #C8C8C8;
	text-decoration: none;
}
.x-collapsing-breadcrumbs.t-breadcrumbs .x-collapsing-breadcrumbs__list span.u-inline-block { 
	text-transform: none; 
}
.x-collapsing-breadcrumbs.t-breadcrumbs .o-list-inline__item:not(:last-of-type)::after {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #C8C8C8;
    	top: -4px;
}
h1,
.h1-text {
	font-size: 86px;
	font-weight: 700;
	line-height: 0.9;
}
h2,
.h2-text {
	font-size: 76px;
	font-weight: 700;
	line-height: 0.9;
}
h3,
.h3-text {
	font-size: 36px;
	font-weight: 700;
}
h4,
.h4-text {
	font-size: 24px;
	font-weight: 600;
}
h5,
.h5-text {
	font-size: 20px;
	font-weight: 600;
}
.u-color-blue,
.u-color-accent {
	color: #003FBF !important;
}
.u-color-black {
	color: #121212;
}
.u-text-large {
	font-size: 18px;
}
.u-bg-primary::before, .u-bg-primary {
	background-color: #CC5500;
}
.title-underlined:before {
	content: "";
	display: block;
	width: 70px;
   	height: 5px;
   	background-color: #003FBF;
    margin-bottom: 10px;
}
.primary-btn {
	border: 1px solid transparent;
	color: #fff;
	padding: 9px 30px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #003FBF;
	outline: none;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
}
.primary-btn:hover {
	background-color: #002E8C;
}
.secondaty-btn {
	border: 2px solid #fff;
	color: #fff;
	padding: 8px 30px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
	outline: none;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
}
.secondaty-btn:hover {
	background-color: #003FBF;
	border-color: #003FBF;
}
.c-button--secondary {
	background-color: #003FBF;
	color: #fff;
}
.c-button--secondary:hover {
	background-color: #002E8C !important;
	color: #fff !important;
}
.btn-shop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-shop span {
	padding-right: 15px;
	font-size: 24px;
}
table {
	border-collapse: collapse;
    border-spacing: unset;
}
table td {
	border: none !important;
	padding: 18px 25px !important;
}
table tr:nth-child(odd) {
	background-color: #F2F2F2;
}
.c-keyline {
	border-width: 1px;
	border-color: #f2f2f2;
}
.gradiented {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.gradiented:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.gradient-white-radial:before {
	background-image: radial-gradient(62.71% 131.66% at 95.96% 50%, rgba(242, 242, 242, 0) 0%, #F5F5F5 100%), linear-gradient(0deg, rgba(245, 245, 245, 0.8), rgba(245, 245, 245, 0.8));
}
.gradient-white-linear:before {
	background-image: linear-gradient(244.03deg, #F5F5F5 19.63%, rgba(255, 255, 255, 0) 92.87%), linear-gradient(0deg, rgba(245, 245, 245, 0.8), rgba(245, 245, 245, 0.8));
}
.gradient-black:before {
	background-image: linear-gradient(90.47deg, rgba(0, 0, 0, 0.75) 3.94%, rgba(0, 0, 0, 0.75) 96.13%);
}
@media(max-width: 767px) {
	.t-expanded-block {
		padding: 0 15px 30px;
	}
	.t-expanded-block.u-bg-white {
		padding: 30px 15px;
    }
    h1,
    .h1-text {
        font-size: 40px;
    }
    h2,
    .h2-text {
        font-size: 32px;
    }
    h3,
    .h3-text {
        font-size: 28px;
    }
    h4,
    .h4-text {
        font-size: 18px;
    }
    h5,
    .h5-text {
        font-size: 18px;
    }
}
@media(max-width: 480px) {
	table td {
		padding: 15px !important;
	}
}



/* Global 
	=========================================== */

.t-site-header__top-navigation {
	background-color: #11182A;
	border-bottom: none;
	color: #ffffff;
	font-size: 1rem;	
}

.t-site-header__masthead {
	background-color: #2F3646;
	color: #ffffff;
	max-width: 100%;
	position: unset;
}

.t-site-header__masthead .o-layout {
	margin-left: auto;
	margin-right: auto;
	max-width: 110rem;
	position: relative;
}

.t-site-header__masthead-customer-block {
	font-size: 1.1rem;
	text-transform: uppercase;
}

.t-site-header__masthead-customer-block a {
	color: #ffffff;
}

.t-site-header__masthead-customer-block .customer-link {
	font-size: 1.2rem;
	padding-right: 0.5rem;
}

.t-site-header__masthead-customer-block .customer-link::before {
	content: "\49";
}

.t-site-header__masthead-customer-block .cart-link {
	font-size: 1.2rem; 
	padding-right: 0.5rem;
}

.t-open-search {
	border: 2px solid #c8c8c8;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.75rem;
	padding-right: 0;
	text-align: right;
}

.text-search {
	color: #999999;
	float: left;
	text-transform: uppercase;	
}

.magnify-search {
	background-color: #003FC0;
	color: white;
	font-size: 26px;
	padding: 12px;
}

.t-site-footer {
	background-color: #11182A;
	color: #ffffff;
}

.t-primary-link {
	color: #ffffff;
}

.t-site-footer__content {
	padding-top: 5rem;
	padding-bottom: 1rem;
}

.t-site-footer .t-primary-link {
	color: #c6c6c6;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.t-site-footer .c-menu__title {
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-size: 1.2rem;
	margin-right: 1rem;
}

.social-links-wrapper {
	margin-bottom: -1rem;
}

.t-global-footer-social-links {
	font-size: 1.2rem;
}

.t-site-copyright {
	color: #999999;
	font-size: 1rem;
	font-weight: 700;
}

.x-product-list__figure {
	
}

.x-product-list__item {
	font-weight: 700;
	text-transform: uppercase;
}

/* top_nacategories */

.x-transfigure-navigation__content {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 7rem;
	padding-right: 9rem;
}

.x-transfigure-navigation .c-navigation__top a.c-navigation__link {
	font-size: 1.1rem;
	padding: 1.3rem 1rem;
	text-align: center;
}

.x-transfigure-navigation .c-navigation__top a.c-navigation__link:hover {
	background-color: #003FC0;
	color: #ffffff;
}

.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link {
	font-size: 0.9rem;
	padding: 0.3rem 1rem;
	text-align: left;
}

.c-navigation__wrapper {
	min-height: 310px !important;
	min-width: calc(100% + 290px) !important;
	background-color: #ffffff;
	padding-top: 1rem;
}

.c-navigation__wrapper::before {
	color: #7f7f7f;
	content: "Select Your Application";
	font-size: 1.1rem;
	padding-left: 1rem;
	padding-bottom: 1.25rem;
	text-transform: uppercase;
}

.c-navigation__image {
	position: absolute;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 101;	
}

.c-navigation__img {
	margin: 1.5rem;
	width: 200px;
}

.c-navigation__link {
	text-decoration: none;
}

.x-transfigure-navigation {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	max-width: 110rem;
}


/* Product Page 
	=========================================== */
#js-PROD main.o-wrapper { 
 	max-width: 100%;
	padding: 0;
}
.x-product-layout.u-bg-white {
	margin-bottom: 100px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.x-product-description.u-bg-white {
	margin-bottom: 60px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.x-product-layout-purchase__name,
.x-product-layout-purchase__pricing { 
	font-size: 36px;
	font-weight: 700;
	color: #121212;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	line-height: 1.5;
}
.x-product-layout-purchase__sku { 
	font-size: 16px;
	color: #626262;
	font-weight: 700;
	padding-bottom: 20px;
}
.x-product-layout-purchase__pricing {
	color: #003FBF;
}
.product-list-section {
	padding: 5% 0 10%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.x-product-list:not(.slick-slider) {
	margin: 0 -20px;
}
.x-product-list:not(.slick-slider) > .x-product-list__item {
	padding: 20px;
}
.x-product-list .slick-prev, 
.x-product-list .slick-next {
	border: 1px solid #C8C8C8;
	box-shadow: 0px 6px 30px -7px rgba(0, 0, 0, 0.12);
	width: 50px;
	height: 50px;
	z-index: 3;
}
.x-product-list .slick-prev::before, 
.x-product-list .slick-next::before {
	color: #121212;
}
.x-product-list .slick-prev {
	left: -12px;
}
.x-product-list .slick-next {
	right: 12px;
}
.x-product-list .slick-track {
	display: flex;
	margin: 0;
}
.x-product-list .slick-slide {
	height: auto;
	float: none;
}
.x-product-list .slick-slide > div {
	height: 100%;
}
.x-product-list .slick-slide .x-product-list__item {
	height: 100%;
}
.x-product-list__link {
	background-color: #fff;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
	height: 100%;
	outline: none;
}
.x-product-list__link:hover {
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.25);
}
.x-product-list__figure {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.x-product-list__picture {
	height: 300px;
	margin-bottom: 20px;
   	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
}
.x-product-list__image {
	max-height: 100%;
}
.x-product-list__figure-caption {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
.x-product-list__name {
	font-size: 18px;
	font-weight: 800;
	color: #121212;
	margin-bottom: 20px;
	padding: 0;
	height: 55px;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	word-break: break-word;
}
.x-product-list__price,
.x-product-list__price-red {
	font-size: 18px;
	font-weight: 800;
	color: #003FBF;
}
.x-product-list__price-base,
.x-product-list__price s {
	font-weight: 600;
	font-size: 14px;
	color: #999999;
	text-decoration: line-through;
}
.product-list-heading {
	margin-bottom: 55px;
	text-transform: uppercase;
}
.x-product-info {
	margin-bottom: 40px;
}
.x-product-info-item {
	display: block;
	font-weight: 700;
}
/* .x-product-layout-purchase__options label {
	display: none;
} */
.x-custom-select {
	white-space: normal;
}
.x-product-layout-purchase__options-attribute .x-custom-select-replacement {
	max-width: 520px;
}
.x-custom-select__title {
	min-height: 50px;
	color: #999999;
	text-transform: uppercase;
	border: 2px solid #c8c8c8;
	justify-content: space-between;
}
.x-custom-select__title::after {
	width: 12px;
	height: 12px;
	border-color: #c8c8c8;
	transform: rotate(45deg) translate(-50%);
	top: 50%;
	flex-shrink: 0;
}
.is-open .x-custom-select__title::after {
    transform: rotate(-135deg) translateY(-50%);
}
.x-custom-select__list-item {
	color: #999999;
}
.t-product-description__article {
	max-width: 1080px;
	margin: 0 auto 50px;
}
.t-product-description__article .c-heading-delta {
	margin-bottom: 30px;
}
.x-product-review-form {
	display: none;
}
.x-product-rating {
	display: flex;
	align-items: center;
}
.x-product-rating-count a {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #121212;
	text-decoration: none;
}
.x-product-rating-count a:hover {
	color: #003FBF;
}
.tgreviews-average__star-overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFA500;
    overflow: hidden;
    bottom: 0;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}
.tgreviews-rating-stars.disable {
	color: #C4C4C4;
}
.x-product-rating .tgreviews-average__star > .u-icon-star-full {
	color: #C4C4C4;
}
.tgreviews {
	width: 100%;
}
.tgreviews-review {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tgreviews-review-left {
	padding: 0 15px 15px;
	width: 25%;
}
.tgreviews-review-right {
	padding: 0 15px 30px;
	width: 75%;
}
.tgreviews-review__rating-info {
	padding-bottom: 20px;
}
.tgreviews-review__user-name,
.tgreviews-review__title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #121212;
	padding-bottom: 10px;
}
.tgreviews-review .tgreviews-review__title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
}
.tgreviews-verified-buyer {
	color: #003FBF;
}
.tgreviews-pagination {
	text-align: center;
}
.tgreviews-pagination-label {
	display: none;
}
.tgreviews-pagination span {
	color: #003FBF;
	font-size: 18px;
}
.tgreviews__form {
	padding: 30px 15px;
	background-color: #fff;
	border: 1px solid #003FBF;
	color: #626262;
}
.tgreviews-sorting .c-form-list__item {
	display: flex;
	align-items: center;
}
.tgreviews-sorting .c-form-list__item .c-form-label {
	flex-shrink: 0;
	padding-right: 10px;
}
.add-to-cart-btn {
	color: #fff;
	font-size: 18px;
	padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-to-cart-btn .icon-shopping-cart {
	font-size: 24px;
	padding-right: 15px;
}
.t-product-layout-purchase__quantity {
	border: 2px solid #C8C8C8;
	margin-right: 40px;
	padding: 0 15px;
	flex-direction: row;
	flex-wrap: nowrap;
}
.t-product-layout-purchase__quantity label {
	text-transform: uppercase;
	color: #999999;
}
.t-product-layout-purchase__quantity input {
	text-transform: uppercase;
	color: #999999;
	border-bottom: 1px solid #c8c8c8;
	font-weight: 700;
    max-width: 40px;
}
.t-show-more__toggle  {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 32%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%);
	color: #626262;
}
.t-product-description__article.t-show-more ul {
margin-left: 18px;
}
.t-product-description__article table tr td {
	width: auto !important;
	font-weight: 700;
	text-align: center;
}
.t-product-description__article table tr td:first-child {
	text-transform: uppercase;
	text-align: left;
}
.t-product-description__article table tr td:last-child {
	color: #121212;
	text-align: right;
}
.share-btns-wrap {
	display: flex;
	align-items: center;
}
.share-btn-label {
	padding-right: 25px;
	height: 100%;
	margin: 0;
}
.share-btns-list {
	display: flex;
	align-items: center;
	margin: 0 -10px;
	list-style: none;
}
.share-btns-list .share-btn-item {
	padding: 0 10px;
}
.share-btns-list .share-btn-item .share-btn-link {
	width: 48px;
	height: 48px;
	border: 2px solid #003FBF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.share-btns-list .share-btn-item .share-btn-icon {
	color: #003FBF;
	font-size: 24px;
}
.share-btns-list .share-btn-item .share-btn-link:hover {
	background-color: #003FBF;
}
.share-btns-list .share-btn-item .share-btn-link:hover .share-btn-icon {
	color: #fff;
}
@media(max-width: 767px) {
	.product-list-heading {
		margin-bottom: 10px;
	}
	.x-product-list__picture {
		height: 200px;
	}
	.tgreviews-review-left {
		width: 100%;
	}
	.tgreviews-review-right {
		width: 100%;
	}
	.t-product-layout-purchase__quantity {
		margin-right: 20px;
	}
	.x-product-list:not(.slick-slider) {
		margin: 0;
	}
	.x-product-list:not(.slick-slider) > .x-product-list__item {
		padding: 0 0 20px;
	}
	.product-list-section {
		padding: 50px 0 70px;
	}
}
@media(max-width: 480px) {
    .x-product-list .slick-list {
        padding-left: 0 !important;
	}
	.x-product-list.slick-slider {
		margin: 0 -0.75rem;
	}
}
@media(max-width: 320px) {
	.t-product-layout-purchase__quantity label {
		display: none;
	}
	.add-to-cart-btn {
		font-size: 16px;
	}
	.add-to-cart-btn .icon-shopping-cart {
		padding-right: 10px;
	}
}

/* Category Page 
	=========================================== */
#js-CTGY main.o-wrapper {
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 70px;
}
.t-category-title-sort {
	display: block;
	text-transform: uppercase;
}
.x-category-tree__title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.x-category-tree__title .facets-reset {
	text-decoration: none;
}
.x-category-tree__title .c-keyline {
	width: 100%;
}
.x-category-tree__heading {
	padding: 0;
	margin: 0;
}
.x-facet-set .x-facet-set__trigger {
	opacity: 0;
	width: 0;
}
.x-facet-set__label {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 20px;
	display: block;
	color: #121212;
}
.x-facet-set .c-keyline {
	display: none;
}
.c-form-checkbox__caption {
	padding-left: calc(1em + 1em);
	margin: 0;
	color: #121212;
	font-weight: 700;
	text-transform: uppercase;
}
.c-form-checkbox__caption:hover {
	color: #003FBF;
}
.c-form-checkbox__caption::before {
	width: 24px;
	height: 24px;
	background-color: #fff;
	box-shadow: none;
	border: 2px solid #A6A6A6;
	flex-shrink: 0;
}
.c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
	font-family: 'icomoon' !important;
	content: "\e911";
	background-color: #003FBF;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	box-shadow: none;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}
.x-category-tree__label {
	display: none;
}
.x-refinery__selected-filters li {
	display: block;
	margin: 0 !important;
}
.x-refinery__selected-filters li button {
	display: block;
	margin: 0 0 10px;
	font-weight: 700;
	text-transform: uppercase;
	border-color: #003FBF;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}
.x-refinery__selected-filters li button:hover {
	background-color: #003FBF !important;
}
.x-refinery__selected-filters li button span {
	padding-left: 5px;
	font-weight: 700;
}
.x-pagination .numeric-pagination {
	padding: 0 15px;
	display: flex;
	align-items: center;
	margin: 0 -10px;
	padding: 0 30px;
	list-style: none;
}
.x-pagination .numeric-pagination-item {
	padding: 0 10px;
}
.x-pagination .numeric-pagination-item > a {
	text-decoration: none;
	color: #121212;
	font-weight: 700;
}
.x-pagination .numeric-pagination-item > a:hover {
	color: #003FBF;
}
.x-pagination .numeric-pagination-item.current > span {
	color: #003FBF;
	font-weight: 700;
}
.x-pagination .pagination-arrow a {
	text-decoration: none;
	color: #121212;
	font-weight: 700;
}
.x-pagination .pagination-arrow a:hover {
	color: #003FBF;
}
.x-display-list-filtering {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}
.category-navigation {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.x-display-list-filtering .category-navigation .category-navigation-right {
	display: flex;
	align-items: center;
	margin: 0 -25px;
}
.x-display-list-filtering .category-navigation .category-navigation-right > * {
	padding: 0 25px;
}
.x-display-list-filtering__sort-by .x-custom-select__title,
.x-display-list-filtering__per-page .x-custom-select__title {
	border: none;
	padding: 0;
	min-height: auto;
	height: auto;
	justify-content: normal;
}
.x-display-list-filtering__sort-by .x-custom-select__title span {
	font-weight: 700;
	font-size: 16px;
}
.x-display-list-filtering__sort-by .x-custom-select__title strong {
	color: #121212;
	text-transform: none;
	font-weight: 800;
	font-size: 18px;
}
.x-display-list-filtering__sort-by .x-custom-select__title::after,
.x-display-list-filtering__per-page .x-custom-select__title::after {
	width: 7px;
	height: 7px;
	border-color: #121212;
	transform: rotate(45deg);
}
.x-display-list-filtering__sort-by .is-open .x-custom-select__title::after,
.x-display-list-filtering__per-page .is-open .x-custom-select__title::after  {
	transform: rotate(-135deg) translateY(-50%);
}
.x-display-list-filtering__per-page .x-custom-select__title span,
.x-display-list-filtering__per-page .x-custom-select__title strong {
	color: #121212;
	text-transform: none;
	font-weight: 800;
	font-size: 18px;
}
.x-display-list-filtering__per-page  .c-form-list__item {
	display: flex;
	align-items: center;
}
.x-display-list-filtering__per-page  .c-form-list__item label  {
	font-weight: 700;
	font-size: 16px;
	padding-right: 3px;
}
.category-prod-count p {
	margin: 0;
	font-weight: 700;
	color: #999999;
}
.x-refinery-annex__label .u-icon-check {
	color: #003FBF;
}
@media(max-width: 1024px) {
	.x-display-list-filtering .category-prod-count {
		display: none;
	}
	.x-display-list-filtering .x-pagination {
		display: none;
	}
}
@media(max-width: 959px) {
	.x-display-list-filtering {
		flex-wrap: wrap;
	}
	.x-display-list-filtering .t-filters-trigger {
		width: 100%;
		max-width: 100%;
		border: 1px solid #f2f2f2;
		margin-bottom: 20px;
	}
	.x-category-tree__title {
		display: none;
	}
}
@media(max-width: 767px) {
	#js-CTGY main.o-wrapper {
		padding-bottom: 50px;
	}
}

/* Storefront (Home) Page 
	=========================================== */
#js-SFNT main.o-wrapper {
	max-width: 100%;
	padding: 0;
}
.category-list-section {
	padding: 5% 15px 10%;
	overflow: hidden;
}
.category-list-section > .o-wrapper {
	max-width: 1640px;
	padding: 0;
	overflow: hidden;
}
.category-list {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 -20px;
	position: relative;
	z-index: 1;
	mix-blend-mode: darken;
}
.category-item {
	padding: 0;
	border: 20px solid rgba(255,255,255,0.9);
	border-top-width: 40px;
	border-bottom: 0;
	position: relative;
	z-index: 1;
}
.category-item:nth-child(3n+5):last-child:before {
	content: "";
	display: block;
	width: calc(100% + 40px);
	height: 430px;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    left: calc(100% + 20px);
    top: -40px;
}
.category-item:nth-child(3n+4):last-child:before {
	content: "";
	display: block;
	width: calc(200% + 80px);
	height: 430px;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    left: calc(100% + 20px);
    top: -40px;
}
.category-list .category-item__inner {
	padding: 30px 15px;
	min-height: 370px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	border: 1px solid #F2F2F2;
	margin: 0;
}
.category-item .category-item__picture {
	max-width: 230px;
	height: 150px;
	padding-bottom: 40px;
}
.category-item .category-item__image {
	max-width: 100%;
	height: 100%;
	width: auto;
	object-fit: contain;
}
.category-list-heading {
	margin-bottom: 70px;
}
#sfnt_hero_slider {
	position: relative;
}
.hero-slider-arrows {
	width: 100%;
	z-index: 1;
	position: absolute;
	max-width: 1670px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.hero-slider-arrows .slick-prev, 
.hero-slider-arrows .slick-next {
	position: static;
	transform: none;
}
.hero-slider {
	margin-bottom: 0 !important;
}
.hero-slider .slick-dots {
	z-index: 6;
	bottom: 40px;
}
.slick-dots li button {
	height: 16px !important;
	width: 16px !important;
	border-radius: 50%;
	background-color: #A6A6A6 !important;
	border: 2px solid #fff !important;
}
.slick-dots .slick-active button {
	background-color: #003FBF !important;
}
.slick-dots .slick-active button:before {
	display: none !important;
}
.hero-slider-item-wrap {
	padding-top: 70px;
	padding-bottom: calc(5% + 40px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero-banner {
	position: relative;
	max-width: 60%;
	padding-left: calc(50px + 5%);
	padding-right: 15px;
}
.hero-banner-img {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 60%;
	height: 100%;
	display: flex;
    align-items: center;
}
.hero-banner-img img {
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.hero-banner-label {
	font-size: 29px;
	text-transform: uppercase;
	color: #003FBF;
	font-weight: 700;
	margin: 0;
}
.hero-banner-desc {
	font-weight: 700;
	margin: 0;
	color: #c8c8c8;
}
.hero-banner-bottom {
	padding-top: 30px;
}
.hero-banner-promo-text {
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 30px;
}
@media(max-width: 1024px) {
	.hero-banner-title h2 {
		font-size: 36px;
	}
	.hero-banner-label {
		font-size: 20px;
	}
	.hero-banner-promo-text {
		font-size: 20px;
	}
}
@media(min-width: 960px) {
	.category-item:nth-child(-n+3) {
		border-top: 0;
	}
}
@media(max-width: 959px) {
	.category-item:nth-child(3n+5):last-child:before {
		display: none;
	}
	.category-item:nth-child(3n+4):last-child:before {
		display: none;
	}
	.category-item {
		border-color: rgba(255,255,255,1);
	}
	.category-item:nth-child(odd):last-child:before {
		content: "";
		display: block;
		width: calc(100% + 40px);
		height: 430px;
		background-color: rgba(255,255,255,0.9);
		position: absolute;
		left: calc(100% + 20px);
		top: -40px;
	}
	.category-list-heading {
		margin-bottom: 50px;
	}
	.hero-banner {
		position: relative;
		max-width: 100%;
		padding: 0;
	}
	.hero-banner-img {
		position: static;
		width: 100%;
		transform: none;
		height: 150px;
		margin-top: 20px;
	}
	.hero-banner-img img {
		height: 150px;
	}
	.hero-banner-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.hero-banner-promo-text {
		margin: 0;
	}
	.hero-banner-label {
		display: none;
	}
	.hero-slider-item-wrap {
		padding: 50px 0 90px;
	}	
}
@media(max-width: 767px) {
	.category-list-heading {
		margin-bottom: 10px;
	}
	.category-item {
		max-width: 50%;
		border-top-width: 10px;
	}
	.category-item:nth-child(odd):last-child:before {
		display: none;
	}
	.category-list .category-item__inner {
		min-height: 300px;
	}
	.category-list-section {
		padding: 50px 15px;
	}
}
@media(max-width: 640px) {
	.category-item {
		width: 100%;
		max-width: 100%;
	}
}

/* Static Pages 
	=========================================== */
h1.c-heading-delta:not(.t-page-title) {
	color: #003FBF;
}
.pages_navigation .navigation-set {
	list-style: none;
}
.pages_navigation .navigation-set li {
	padding-bottom: 10px;
}
.pages_navigation .navigation-set li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
.pages_navigation .navigation-set li a:hover {
	color: #003FBF;
}
#dap_forms_content ul {
	list-style: none;
}
#dap_forms_content ul li {
	padding-bottom: 10px;
}
#dap_forms_content ul a {
	text-decoration: none;
	color: #003FBF;
}
#dap_forms_content ul a:hover {
	text-decoration: underline;
}
.c-form-label.is-required {
	font-weight: 700;
}
.price-match-form .c-form-list__item button[type="submit"] {
	margin-top: 30px;
}
.c-form-desc {
	font-size: 14px;
}
#prcmtch_content {
	color: #003FBF;
	padding-top: 50px;
}
.t-subcategory-navigation {
	opacity: 1;
	visibility: visible;
}
.t-subcategory-navigation__link {
	height: 100%;
}
.t-subcategory-navigation__figure {
	height: 100%;
	display: flex;
	flex-direction: column;

}
.t-subcategory-navigation__picture {
	flex-grow: 1;
}
.t-subcategory-navigation__picture img {
	max-height: 200px;
	width: 100%;
	object-fit: contain;
}
.search-display-list-filtering {
	display: flex;
	justify-content: space-between;
}
.search-display-list-filtering > form {
	flex-grow: 0 !important;
}
.search-pagination {
	padding-top: 30px;
	justify-content: center;
}
.t-account-navigation {
    background-color: white;
}