/*Add custom styles to the skin here */
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

	.btn-secondary:hover {
		color: #fff;
		background-color: #5a6268;
		border-color: #545b62
	}

	.btn-secondary.focus, .btn-secondary:focus {
		color: #fff;
		box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
	}

	.btn-secondary.disabled, .btn-secondary:disabled {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d
	}

	.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
		color: #fff;
		background-color: #545b62;
		border-color: #4e555b
	}

		.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
		}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #2b3b41;
	border-color: #000000;
}

.hide_price {
	color: #CC0000;
}

#universal-cart .add-to-wishlist, #simple .add-to-wishlist {
	color: #6f6f6f;
}

#universal-cart .fav, #simple .fav {
	color: #CC0000;
	background-color: #FFF;
	border-color: #CC8888;
}

	#universal-cart .fav:hover, #simple .fav:hover {
		background-color: #CCB1B1;
	}
/*bootstrap changes*/
html, body {
	max-width: 100% !important;
	overflow-x: hidden !important;
}

h1 {
	text-transform: capitalize;
	font-size: 24px;
}

h3,
.h3 {
	font-size: 26px;
}

.modal-open {
	padding-right: 0 !important;
}

.notice-dummy {
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	.top-container, .logo-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar {
		padding-left: 15px;
		padding-right: 0;
	}

	.footer-row .list-wrapper, .footer-row #right {
		text-align: left !important;
	}

		.footer-row #right img {
			margin-left: 0 !important;
			margin-right: 0 !important;
		}

	.page-row h2 {
		color: #2B3B41;
		overflow: hidden;
		position: relative;
		font-size: 25px;
		font-weight: bold;
	}

	.entity-page h2 {
		color: #707070;
		overflow: hidden;
		position: relative;
		font-size: 25px;
		font-weight: bold;
	}

	.product-description-wrap h2 {
		color: #555;
		font-size: 18px;
		font-weight: bold;
	}
}

@media (min-width: 768px) {
	.container-fluid, .top-container, .logo-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.container-fluid, .top-container, .logo-container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1200px) {
	.container-fluid, .top-container, .logo-container {
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media (min-width: 768px) {
	.navbar {
		padding-left: 10px;
		padding-right: 10px;
	}

	.navbar-default .navbar-nav > li > a {
		font-weight: normal;
		font-size: 1.5vw;
		padding: 0 1.8vw 2px 1vw;
	}

	.footer-row .caption {
		font-size: 1.6vw;
	}

	.page-row h2 {
		color: #2B3B41;
		overflow: hidden;
		position: relative;
		font-size: 25px;
		font-weight: bold;
	}

	.entity-page h2 {
		color: #707070;
		overflow: hidden;
		position: relative;
		font-size: 25px;
		font-weight: bold;
	}

	.product-description-wrap h2 {
		color: #555;
		font-size: 18px;
		font-weight: bold;
	}
}

@media (min-width: 992px) {
	.navbar {
		padding-left: 30px;
		padding-right: 30px;
		padding: 8px 68px 10px 19px;
	}

	.navbar-default .navbar-nav > li > a {
		font-weight: normal;
		font-size: 1.4vw;
		padding: 0 1.9vw 6px 1vw;
	}

	.footer-row .caption {
		font-size: 1.05vw;
	}

	.page-row h2 {
		color: #2B3B41;
		overflow: hidden;
		position: relative;
		font-size: 25px;
		font-weight: bold;
	}

		.page-row h2::after {
			content: '';
			width: 100%;
			height: 1px;
			background: #DDD;
			position: absolute;
			top: 50%;
			margin-left: 1rem;
		}

	.entity-page h2 {
		color: #707070;
		overflow: hidden;
		position: relative;
		font-size: 25px;
		font-weight: bold;
	}

		.entity-page h2::after {
			content: '';
			width: 100%;
			height: 1px;
			background: #DDD;
			position: absolute;
			top: 50%;
			margin-left: 1rem;
		}

	.product-description-wrap h2 {
		color: #555;
		font-size: 18px;
		font-weight: bold;
	}

		.product-description-wrap h2::after {
			content: '';
			width: 100%;
			height: 1px;
			position: absolute;
			top: 50%;
			margin-left: 1rem;
		}
}

@media (min-width: 1200px) {
	.navbar {
		padding-left: 70px;
		padding-right: 70px;
	}

	.navbar-default .navbar-nav > li > a {
		font-weight: normal;
		font-size: 1.3vw;
		padding: 0 1.9vw 6px 1vw;
	}

	.footer-row .caption {
		font-size: 1vw;
	}

	.page-row h2 {
		color: #2B3B41;
		overflow: hidden;
		position: relative;
		font-size: 25px;
		font-weight: bold;
	}

		.page-row h2::after {
			content: '';
			width: 100%;
			height: 1px;
			background: #DDD;
			position: absolute;
			top: 50%;
			margin-left: 1rem;
		}

	.entity-page h2 {
		color: #707070;
		overflow: hidden;
		position: relative;
		font-size: 25px;
		font-weight: bold;
	}

		.entity-page h2::after {
			content: '';
			width: 100%;
			height: 1px;
			background: #DDD;
			position: absolute;
			top: 50%;
			margin-left: 1rem;
		}

	.product-description-wrap h2 {
		color: #555;
		font-size: 18px;
		font-weight: bold;
	}

		.product-description-wrap h2::after {
			content: '';
			width: 100%;
			height: 1px;
			position: absolute;
			top: 50%;
			margin-left: 1rem;
		}

	.pin_checkout {
		cursor: pointer;
		position: fixed;
		bottom: 5px;
		right: 25px;
		z-index: 100;
		background-color: #fff;
	}

	.my-custom-scrollbar {
		position: relative;
		width: 100%;
		height: 250px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

.navbar-header .xs-menu {
    max-height: 35px;
    min-width: 45px;
}
.xs-user {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
	font-weight: normal;
	line-height: inherit;
}

.navbar-default {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 35%, rgba(227,227,227,1) 100%);
	-webkit-box-shadow: 0px 4px 20px -11px rgba(38,34,38,1);
	-moz-box-shadow: 0px 4px 20px -11px rgba(38,34,38,1);
	box-shadow: 0px 4px 20px -11px rgba(38,34,38,1);
	border-bottom: 1px solid #707070;
}

.navbar-brand {
	float: none;
}

.menu-label {
	font-weight: normal !important;
	font-size: x-large;
	color: #CC0000 !important;
}

.reg-tooltip + .tooltip > .tooltip-inner {
	background-color: #2b3b41;
}

.reg-tooltip + .tooltip.top > .tooltip-arrow {
	border-top-color: #2b3b41;
}

.reg-tooltip + .tooltip.right > .tooltip-arrow {
	border-right-color: #2b3b41;
}

.reg-tooltip + .tooltip.bottom > .tooltip-arrow {
	border-bottom-color: #2b3b41;
}

.reg-tooltip + .tooltip.left > .tooltip-arrow {
	border-left-color: #2b3b41;
}

.img-thumbnail {
	border: none;
}
/*Theme changes*/
h1.product-page-header {
	font-size: 30px;
	font-weight: bold;
	color: #2B3B41;
	margin-top: -5px;
	margin-bottom: 0px;
}

.product-description-wrap p img {
	margin: 15px;
}

@media (min-width: 992px) {
	h1.product-page-header {
		font-weight: bold;
		margin-top: -5px;
	}
}

#universal-cart .add-to-cart {
	padding: 12px;
	width: 78%;
	font-size: 18px;
}

#universal-cart .add-to-wishlist {
	padding: 3px;
	width: 20%;
	font-size: 30px;
}

#simple .add-to-wishlist {
	padding: 3px;
	width: 50px;
	font-size: 30px;
}
/*#price-wrapper {
	display: none !important;
}*/
.user-links > li {
	margin: 0;
}

	.user-links > li a.white, .user-links > li a.log-out-link, .user-links > li a.log-in-link {
		color: #ffffff;
	}

.user-links .divider {
	color: #b5b7b8;
}

.inlay {
	position: absolute;
	padding: 10px 0 0 5px;
	top: 0;
	left: 20px;
}
/*Base changes*/
.product-description-wrap {
	clear: both;
	font-size: 16px;
	color: #666;
	line-height: 165%;
	margin-bottom: 32px;
	text-justify: inter-word;
}

.minicart-item-actions a {
	font-size: 18px;
}

ul.user-links {
	margin-bottom: 0;
}
/*Social Icons*/
.social-links .icon {
	border-radius: 3px;
	line-height: 20px;
}

a.user-link {
	padding: 5px 8px;
}
/*******************/
/*custom site additions*/
.promo-code, .promo-description {
	color: #028302;
}

.product-data-banner {
	background: #028302;
	color: #fff;
	width: 100%;
	padding: 4px 0px 4px 12px;
}

#page-menu h4 {
	margin: 0;
	color: #CC0000;
	font-weight: bold;
}

.body-background {
	background-color: #FFFFFF;
}

.top-container {
	background-color: #2b3b41;
}

	.top-container a {
		font-size: large;
		color: #ffffff;
	}

.top-left {
	font-size: x-large;
	padding-top: 3px;
}

	.top-left a {
		border-right: solid 3px #B5B7B8;
		padding: 0 10px 0 10px;
	}

.logo-container {
	background-color: #ccc;
}

.vertical-align {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#search-form {
	flex-grow: 1;
}

	#search-form .zinrelo {
		color: #2b3b41;
	}

.search-box {
	border-radius: 0;
}

.search-go {
	height: 36px;
	width: 50px !important;
	margin-left: 0 !important;
	font-size: x-large;
	border-radius: 0;
	padding-top: 3px;
}

h1.red-banner {
	background-color: #CC0000;
	color: #fff !important;
	padding-left: 10px;
}

.yellow-bg {
	background-color: #ffbf00;
}
	.yellow-bg a {
		color: #2b3b41 !important;
	}

.yellow a {
	color: #ffbf00 !important;
}

.red-bg {
	background-color: #CC0000;
}

.blue-bg {
	background-color: #3DB1CE;
}

.green-bg {
	background-color: #028302;
}

.grey-bg {
	background-color: #727E86;
}

.orange-bg {
	background-color: #ff6a00;
}

.purple-bg {
	background-color: #c6f;
}

#cart-icon {
	font-size: 50px;
}

#cart-price {
	font-size: 18px;
}

#custom-cart {
	display: none;
	background-color: #f1ff00;
	color: #202744;
	height: 100%;
	padding: 5.25% 3% 4.6% 3%;
	cursor: pointer;
}

	#custom-cart .user-link {
		color: #2b3b41;
		width: 60px;
		height: 60px;
		background-image: url(https://images.kleen-ritecorp.com/images/icons/shopping-cart.png);
	}

	#custom-cart .item-count {
		width: 75%;
		border: 1px solid #2b3b41;
		border-radius: 4px;
		font-size: 12px;
		line-height: 12px;
		color: #2b3b41;
		text-align: center;
		background: #fff;
		padding: 3px 3px 2px 2px;
		margin: 35px 0 0 35px;
	}

	#custom-cart #tp {
		margin: 0 0 0 17px;
	}

.xs-user {
	font-size: 30px;
	line-height: 15px
}

#xs-nav-collapse {
	text-transform: uppercase;
}

.main-content-wrapper {
	padding-top: 0;
}

.entity-page h1 {
	color: #707070;
	font-weight: bold;
}

.product-promotions {
	text-align: center;
}

.product-description-wrap h3 {
	font-size: 16px;
	font-weight: bold;
}

.product-left-wrap {
	background-color: #fff;
}

.product-right-wrap {
	background-color: #fff;
}

.product-right-wrap-transparent {
	overflow: hidden;
}

.add-to-cart-selector-option {
	display: flex;
}

.add-to-cart-selector-option-label {
	flex: 1;
	margin: auto;
}

.add-to-cart-selector-option-dd {
	flex: 1;
}

.selectors-headers {
	background-color: #028302;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

.variant-selector-fix {
	margin-left: -15px;
	margin-right: -15px;
}

.margin-10-left {
	margin-left: 10px;
}

.product-options {
	/*margin-bottom: -20px;*/
}

@media (min-width: 768px) {
	.product-left-wrap {
		border: none;
	}

	.product-right-wrap {
		border: none;
	}

	.product-right-wrap-transparent {
		border: none;
	}
}

@media (min-width: 992px) {
	.product-left-wrap {
		border: solid 1px #DDD;
		border-radius: 5px;
		box-shadow: 0px 4px 6px 1px rgba(128,114,128,1);
	}

	.product-right-wrap {
		border: solid 1px #DDD;
		border-radius: 5px;
		box-shadow: 0px 4px 6px 1px rgba(128,114,128,1);
	}

	.product-right-wrap-transparent {
		border: solid 1px #DDD;
		border-radius: 5px;
		box-shadow: 0px 4px 6px 1px rgba(128,114,128,1);
	}
}

@media (min-width: 1200px) {
	.product-left-wrap {
		border: solid 1px #DDD;
		border-radius: 5px;
		box-shadow: 0px 4px 6px 1px rgba(128,114,128,1);
	}

	.product-right-wrap {
		border: solid 1px #DDD;
		border-radius: 5px;
		box-shadow: 0px 4px 6px 1px rgba(128,114,128,1);
	}

	.product-right-wrap-transparent {
		border: solid 1px #DDD;
		border-radius: 5px;
		box-shadow: 0px 4px 6px 1px rgba(128,114,128,1);
	}
}

.product-data {
	width: 170px;
}

.call-to-order-wrap {
	background-image: url(https://images.kleen-ritecorp.com/images/icons/dropship.png);
}

.cart-line-item-exclude-text {
	color: #CC0000;
	font-weight: bold;
}

.cart-line-item-promo-text {
	color: #CC0000;
	font-weight: bold;
}

.promotion-call-to-action, .sale-price, .out-stock-hint, #availability {
	color: #CC0000;
}

.library-text {
	white-space: nowrap;
	font-size: 14px;
	line-height: 30px;
	float: left;
}

.history-page {
	font-family: 'Roboto',Arial,sans-serif !important;
	font-size: 10pt !important;
}

.margin-0 {
	margin: 0;
}

.padding-5 {
	padding: 5px;
}

.padding-5-top {
	padding-top: 5px;
}

.padding-5-bottom {
	padding-bottom: 5px;
}

.padding-5-left {
	padding-left: 5px;
}

.padding-5-right {
	padding-right: 5px;
}

.margin-5-top {
	margin-top: 5px;
}

.margin-5-bottom {
	margin-bottom: 5px;
}

.margin-5-left {
	margin-left: 5px;
}

.margin-5-right {
	margin-right: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-10-top {
	padding-top: 10px;
}

.padding-10-bottom {
	padding-bottom: 10px;
}

.padding-10-left {
	padding-left: 10px;
}

.padding-10-right {
	padding-right: 10px;
}

.margin-10-top {
	margin-top: 10px;
}

.margin-10-bottom {
	margin-bottom: 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

.padding-15-bottom {
	padding-bottom: 15px;
}

.padding-15-top {
	padding-top: 15px;
}

.padding-20-top {
	padding-top: 20px;
}

.padding-20-bottom {
	padding-bottom: 20px;
}

.padding-20-left {
	padding-left: 20px;
}

.padding-20-right {
	padding-right: 20px;
}

.margin-20-right {
	margin-right: 20px;
}

.margin-20-top {
	margin-top: 20px;
}

.margin-25-top {
	margin-top: 25px;
}

.margin-40-right {
	margin-right: 40px;
}

.padding-40-bottom {
	padding-bottom: 40px;
}

.margin-50-top {
	margin-top: 50px;
}

.padding-50-top {
	padding-top: 50px;
}

.strike {
	text-decoration: line-through;
}

#price-wrapper, #qty-wrapper, #pw {
	display: flex;
}

#left-price {
	flex: 0 0 65%;
}

#left-qty {
	flex: 0 0 40%;
}

#right-price, #right-qty {
	flex: 1;
}

.left-price {
	text-align: center;
}

.right-price {
	text-align: center;
	width: 105px;
}

.new-regular-price {
	color: #888;
	font-size: 14px;
	/*font-size: clamp(1.15rem, 2.5vw, 2rem);*/
}

.new-sale-price {
	color: #CC0000;
	font-weight: bold;
	font-size: 20px;
	/*font-size: clamp(1.25rem, 2.5vw, 2rem);*/
}

.red-bold {
	color: #CC0000;
	font-weight: bold;
}

.red-bold-large {
	color: #CC0000;
	font-weight: bold;
	font-size: large;
}

#ship-instructions label {
	font-weight: normal;
}

#bottom {
	position: fixed;
	background: #FFF;
	z-index: 100;
	width: 100%;
	height: 76px;
	margin-left: -15px;
	bottom: 0;
	padding-top: 2px;
	border-top: 1px solid #ddd;
}

#manuals h4 {
	color: #2B3B41;
}

#haz-mat {
	color: #CC0000;
	font-weight: bold;
}

.footer-wrapper {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 35%, rgba(227,227,227,1) 100%);
	-webkit-box-shadow: 0px 4px 20px -11px rgba(38,34,38,1);
	-moz-box-shadow: 0px 4px 20px -11px rgba(38,34,38,1);
	box-shadow: 0px 4px 20px -11px rgba(38,34,38,1);
	border-top: 10px solid #2b3b41;
}

.footer-row {
	text-align: justify;
}

	.footer-row #left-blurb a {
		color: #CC0000;
		font-weight: bold;
	}

	.footer-row h4 {
		color: #2b3b41;
		font-weight: bold;
	}

	.footer-row .caption {
		font-weight: bold;
	}

	.footer-row #right {
		text-align: center;
	}

		.footer-row #right img {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}

.copyright {
	color: #2b3b41;
	font-style: normal;
	font-size: small;
	text-align: center;
	padding: 0;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 60px;
	right: 20px;
	display: none;
	z-index: 101;
}

.sub-entity-border {
	border: solid 2px #ddd;
	border-radius: 5px;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 0;
}

#locations li {
	list-style: none;
	line-height: 30px;
}

.custom-entity-page-summary a {
	color: #555
}

	.custom-entity-page-summary a:hover {
		color: #CC0000;
		text-decoration: none;
	}

.wish-header {
	background-color: #CC0000;
	color: #fff;
}

	.wish-header i, .wish-header a {
		color: #fff;
	}

.wish-footer {
	background-color: #EEEEEE;
}

.price {
	flex: 1;
}

.promo-discount-amount {
	color: #CC0000;
}

.bold {
	font-weight: bold;
}

.cart-top-border {
	border-top: solid 1px #ddd;
	margin-top: 10px;
	padding-top: 10px;
}

.qty-wrapper input {
	margin-bottom: 8px;
}

.variant-price-wrapper {
	margin-bottom: -55px;
	margin-left: 30%;
}

@media (max-width: 385px) {
	.variant-price-wrapper {
		margin-left: 30%;
	}
	/*.new-sale-price{
		font-size: small;
	}*/
	.stack .regular-price, .stack .new-sale-price {
		font-size: medium;
	}

	.qty-wrapper .qty-left {
		width: 40%;
		margin-top: -8px;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	.variant-price-wrapper {
		margin-left: 35%;
	}
	/*.new-sale-price{
		font-size: small;
	}*/
	.stack .regular-price, .stack .new-sale-price {
		font-size: medium;
	}

	.qty-wrapper .qty-left {
		width: 40%;
		margin-top: -8px;
	}
}

@media (min-width: 1200px) {
	.variant-price-wrapper {
		margin-left: 35%;
	}
	/*.new-sale-price{
		font-size: small;
	}*/
	.stack .regular-price, .stack .new-sale-price {
		font-size: medium;
	}

	.qty-wrapper .qty-left {
		width: 40%;
		margin-top: -8px;
	}
}

/***************/
/*Vibe Commerce Promo Add-On*/
.RewardedIcon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.vibe-text {
	color: #CC0000;
	font-weight: bold;
}
/*Vibe Commerce Promo Add-On*/
div[id^="entityName_"] span {
	display: none;
}

#vibeAPS div.attributeSelectorBox {
	margin-bottom: 0 !important;
}

#vibeAPS div.attributeSelectorBox {
	padding: 10px 10px 0 10px !important;
}

div.selectedAttributes h3 {
	font-size: 20px;
}

.attribParentName {
	font-weight: bold;
}
/*Vortx Add-On*/
#productImageWrap {
	background: #fff;
	text-align: center;
	border: none !important;
}

#viewControlsWrap #linkVideo img {
	width: 67px;
	height: 50px;
}
/*Compunix Add-On*/
#RapidOrderFormContainer .form-control {
	display: inline;
}

.txtSKU, .txtQty {
	margin-top: 5px;
}

.rapidOrderMismatch {
	font-weight: bold;
	font-size: 9px;
	color: Red;
	vertical-align: middle;
}

.rapidOrderMatch {
	font-size: 9px;
	font-weight: normal;
	color: Green;
	height: 22px;
	overflow: hidden;
	vertical-align: middle;
}

.SingleRow {
	background-color: #fff;
}

	.SingleRow input {
		width: 100%;
	}

.BulkCol textarea {
	width: 100%;
}

.header {
	color: White;
	background-color: #666666;
}

.footer {
	background-color: #fff;
	text-align: center;
	padding: 0;
}

.SingleRow input.txtSKU {
	width: 50%;
}

#address-modal .table-content {
	padding: 10px;
}

#address-modal .text-center {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

table.address_verification {
	margin: 10px auto;
}

	table.address_verification th {
		background-color: #cc0000;
		color: #fff;
		font-weight: normal;
		width: 200px;
		border: 1px solid #DDD;
		padding: 2px 5px;
	}

	table.address_verification td {
		font-weight: normal;
		width: 200px;
		border: 1px solid #DDD;
		padding: 2px 5px;
	}

	table.address_verification .add-to-cart {
		padding: 12px;
		width: 100%;
		font-size: 18px;
	}
/***************************/
/*Owl Carousel changes*/
#slider {
	position: relative;
}

.owl-prev, .owl-next {
	position: absolute;
}

	.owl-prev:hover, .owl-next:hover {
		background-color: transparent !important;
	}

.owl-prev {
	left: 0;
	top: 200px;
	font-size: 50px !important;
	color: #CC0000 !important;
}

.owl-next {
	right: 0;
	top: 200px;
	font-size: 50px !important;
	color: #CC0000 !important;
}
/*GDPR*/
#iubenda-cs-banner {
	bottom: 0px !important;
	left: 0px !important;
	position: fixed !important;
	width: 100% !important;
	z-index: 99999998 !important;
	background-color: black;
}

.iubenda-cs-content {
	display: block;
	margin: 0 auto;
	padding: 20px;
	width: auto;
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	font-size: 14px;
	background: #000;
	color: #fff;
}

.iubenda-cs-rationale {
	max-width: 900px;
	position: relative;
	margin: 0 auto;
}

.iubenda-banner-content > p {
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	line-height: 1.5;
}

.iubenda-cs-close-btn {
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

.iubenda-cs-cookie-policy-lnk {
	text-decoration: underline;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

@media (max-width: 768px) {
	.LPMbutton {
		left: 131px !important;
		position: absolute !important;
	}

	.LPMcontainer {
		margin: auto 1px -1px auto !important;
		width: 100% !important;
	}

	#bottom {
		/*bottom: 39px !important;*/
	}

	.back-to-top {
		display: none !important;
		bottom: 130px !important;
	}
}

/*.temp_nav {
	padding: 0.2vw 0 0.2vw 0;
	background-color: #00FFFF;
}*/
.dy_wrapper {
	margin: 0 auto;
}

.top5 {
	margin-top: 5px;
}

.top7 {
	margin-top: 7px;
}

.top10 {
	margin-top: 10px;
}

.top15 {
	margin-top: 15px;
}

.top17 {
	margin-top: 17px;
}

.top30 {
	margin-top: 30px;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.recovery {
	background: #ebebeb;
	border-radius: 5px;
	border: 1px solid darkgray;
	margin-bottom: 5px;
	margin-top: 2px;
	padding-top: 5px;
}

.xx-large {
	font-size: 125px;
}

.layout-one-footer {
	background: #ddd;
	padding: 20px;
}
/*CSS ADDED*/
.featured-product-wrap {
	height: 400px;
	margin-bottom: 30px;
}

.banner-bottom-content {
	margin-top: 28.5px;
}

.home-mid-product-top {
	color: white;
	background-color: #2c3941;
	text-align: center;
	font-size: 18px;
	font-size: clamp(1rem,1.25rem,2rem);
	padding-top: 5px;
	padding-bottom: 5px;
}

.home-mid-product-bottom {
	color: white;
	background-color: #306E85;
	text-align: center;
	font-size: clamp(1rem, 1.25rem, 2rem);
}

.msrp {
	flex: 1;
	margin-right: 20px;
	text-align: center;
}

.highlight-item, .more-pump-cat-item {
	margin-bottom: 30px;
}

	.highlight-item .sub-entity-border {
		box-shadow: 2px 2px 10px 5px #ddd;
	}

	.highlight-item a {
		text-decoration: none !important;
	}

	.highlight-item .sub-entity-border a .highlight-image .product-image {
		width: 100%;
	}

.highlight-heading {
	font-weight: bold;
	padding-left: 8px;
	color: #666666;
}

.highlight-text {
	color: #666666;
	padding: 8px;
	margin: 0;
	line-height: 1.1em;
}

.pump-cat-title {
	background-color: #2c3941;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-size: clamp(1rem, 1.5rem, 1.75rem);
	padding-top: 5px;
	padding-bottom: 5px;
}

a:hover .pump-cat-title {
	text-decoration-color: #01669A;
}


.pump-cat-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.learnmore p {
	font-family: roboto;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.7vw;
	line-height: 2.2vw;
	border-radius: 5px;
	background-color: #01669a;
}

.row .test-class {
	font-size: 24px;
	padding-left: 15px;
	padding-top: 15px;
}

.learn-more-shipping {
	display: none;
}

a.remove-decoration {
	text-decoration: none;
}

@media (max-width: 767px) {
	.pump-cat-image {
		display: block;
		margin-left: auto;
		margin-right: auto;
		/*width: 75%;*/
	}
	.img-width-responsive {
		width: 60%
	}
}

@media (min-width: 768px) {
	.highlight-item .sub-entity-border {
		min-height: 380px;
	}
	.img-width-responsive {
		width: 35%
	}
}

@media (min-width: 992px) {
	.learn-more-shipping {
		display: block;
	}

	.highlight-item .sub-entity-border {
		min-height: 456px;
	}
	.img-width-responsive {
		width: 35%
	}
}

@media (min-width: 1200px) {
	.highlight-item .sub-entity-border {
		min-height: 430px;
	}
	.img-width-responsive {
		width: 50%
	}
	.pump-cat-image{
		width: 75%;
	}
}

@media (min-width: 1600px){
	.highlight-item .sub-entity-border {
		min-height: 390px;
	}
}

@media (max-width: 488px) {
	@media (min-width: 350px) {
		#simple .add-to-cart {
			padding: 12px clamp(6px, 12px, 32px) !important;
		}
	}

	.featured-product-wrap .add-to-cart-group {
		position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}

	.product-info-detail-clamp {
		font-size: clamp(1.25rem, 2.5vw, 2rem);
	}

	.right-price {
		padding-left: 7px !important;
	}

	#bottom #simple .add-to-cart {
		width: 30%;
	}

	#bottom #simple .add-to-wishlist {
		width: 15%;
	}

	#simple .add-to-cart {
		font-size: 12px;
		font-size: clamp(1.25rem, 2.5vw, 2rem);
		padding: 12px clamp(6px, 6px, 32px);
		width: 75%;
	}

	#simple .add-to-wishlist {
		padding: 2px;
		font-size: 25px;
		width: 22%;
	}

	.grid-item-name-wrap-featured {
		font-size: clamp(.75rem, 1rem, 1.5rem);
	}

	.featured-product-wrap {
		height: 340px;
	}

	.pump-cat-title {
		padding: 0px;
	}
}

@media (max-width: 1098px) {
	@media (min-width: 992px) {
		#universal-cart .add-to-cart {
			width: 75%;
		}

		#universal-cart .add-to-wishlist {
			width: 22%;
		}

		#right-qty .new-regular-price, #right-qty .new-sale-price {
			font-size: clamp(12px, 16px, 20px) !important;
		}

		#right-qty .right-price {
			padding-left: 10px !important;
		}
	}
}

.entity-product-with-prices {
	font-size: 13px;
	font-size: clamp(10px, 13px, 16px);
}

@media (max-width:468px) {
	.home-mid-product-top {
		min-height: 25.7px;
		font-size: 13px;
	}

	.home-mid-product-bottom {
		min-height: 35.7px;
	}
}

@media (max-width:274px) {
	.home-mid-product-top {
		min-height: 23.55px;
	}

	.home-mid-product-bottom {
		min-height: 53.55px;
	}
}
.img-width-100 {
	width: 100%;
}
.img-width-75 {
	width: 75%;
}
.img-width-50 {
	width: 50%;
}
.img-width-25 {
	width: 25%;
}

.model-header {
	background-color: #727e86;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

/*Navigation*/
.custom-header {
	display: block;
	font-size: 25px;
	line-height: 28px;
	/*border-bottom: 1px solid #efefef;*/
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #666;
}

/*Max added, keep at bottom*/
.navbar {
	min-height: inherit;
}

@media (min-width: 768px) {
	.navbar-nav {float: none;}
}
.navbar-nav {
	min-height: none;
	margin-bottom: 0 !important;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-evenly;
	align-items: stretch;
}

.nav > li > a {
	padding: 5px;
}

.navbar-default .nav-item {
	width: 100%;
}

.navbar.navbar-default.topnav {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-default .navbar-collapse {
	padding: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	padding: 5px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.nav.navbar-nav:first-child li {
	border-left: 0px;
}

li.nav-item.dropdown {
	/*border-right: 0px;*/
}

li.nav-item:last-child {
	border-right: none;
}

li.nav-item {
	width: 100%;
	text-align: center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.navbar-default .navbar-brand {
	color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default {
	background: linear-gradient(to bottom, #858585 0%, #303f46 75%);
}

.dropdown-menu {
	/*right: 0;*/
	left: auto;
	background-color: #303f46;
}

	.dropdown-menu > li > a {
		color: #ffffff;
	}

.navbar-toggle {
	margin: 8px 15px;
}

#xs-nav-collapse ul {
	right: auto;
	left: 0;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav li.nav-item.dropdown {
		order: 1;
		background-color: #d8d8d5;
	}

	.navbar-default .navbar-nav a.nav-link.dropdown-toggle {
		color: #303f46;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #000000;
	}

		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
			color: #333;
			background-color: #ffffff;
		}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		font-size: initial;
	}

	.navbar-nav {
		position: initial;
		right: 0;
		background-color: #303f46;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: stretch;
		margin: 0;
		z-index: 1;
	}

	.nav > li {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.navbar {
		padding-left: 0px;
	}
}

/*Signin Page*/
.login-rewards {
	margin-top: 20px;
}

	.login-rewards p {
		color: #000000;
		margin: 0px;
	}

	.login-rewards .login-rewards-logo {
		text-align: center;
		margin: auto;
		max-width: 500px;
		width: 90%;
	}

	.login-rewards .login-rewards-summary {
		width: 40%;
		text-align: center;
		margin: auto;
		margin-top: 20px;
	}

	.login-rewards .login-rewards-3set h3 {
		margin: 0px;
		font-weight: bold;
		text-transform: uppercase;
		font-style: italic;
		color: #000000;
	}

	.login-rewards .login-rewards-bottom {
		background-color: #d8d8d5;
		margin-top: 50px;
		margin-bottom: -18px;
		margin-left: -10%;
		margin-right: -10%;
	}

		.login-rewards .login-rewards-bottom h2 {
			text-align: center;
			font-weight: bold;
			text-transform: uppercase;
			color: #000000;
			margin: 0px;
			font-size: 50px;
		}

	.login-rewards .login-rewards-3set {
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
	}

		.login-rewards .login-rewards-3set .login-rewards-block {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 20%;
		}

			.login-rewards .login-rewards-3set .login-rewards-block p {
				text-align: center;
			}

	.login-rewards .login-rewards-row {
		display: flex;
		flex-direction: row;
		padding-bottom: 30px;
		justify-content: center;
	}

	.login-rewards .login-rewards-6set {
		width: 85%;
		margin: auto;
	}

	.login-rewards .login-rewards-row .login-rewards-block {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 33.333%;
		justify-content: center;
	}

		.login-rewards .login-rewards-row .login-rewards-block h3 {
			line-height: 25px;
			margin: 0px;
			font-weight: bold;
			text-transform: uppercase;
			color: #000000
		}

		.login-rewards .login-rewards-row .login-rewards-block .login-rewards-text {
			padding-left: 5px;
			width: 50%;
		}

@media only screen and (max-width: 1199px) {
	.login-rewards .login-rewards-row .login-rewards-block h3 {
		font-size: 18px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.login-rewards .login-rewards-row .login-rewards-block h3 {
		font-size: 12px;
		line-height: 15px;
	}

	.login-rewards .login-rewards-row .login-rewards-block p {
		font-size: 12px;
	}

	.login-rewards .login-rewards-bottom h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.login-rewards .login-rewards-3set {
		flex-direction: column;
	}

	.login-rewards .login-rewards-row {
		flex-direction: column;
		padding: 0px;
	}

		.login-rewards .login-rewards-row .login-rewards-block {
			width: 90%;
			padding: 10px 0px;
		}

	.login-rewards .login-rewards-summary {
		width: 100%;
		margin-top: 10px;
	}

	.login-rewards .login-rewards-bottom h2 {
		font-size: 28px;
	}

	.login-rewards .login-rewards-3set .login-rewards-block img {
		max-width: 224px;
	}

	.login-rewards .login-rewards-row .login-rewards-block {
		justify-content: flex-start;
	}

		.login-rewards .login-rewards-row .login-rewards-block .login-rewards-text {
			width: 100%;
		}

	.login-rewards .login-rewards-3set .login-rewards-block {
		width: 100%;
	}
}

/*My Account Page*/
.account-page-folder > .account-page-content:target ~ .account-page-content:last-child, .account-page-folder > .account-page-content {
	display: none;
}

	.account-page-folder > :last-child, .account-page-folder > .account-page-content:target {
		display: block;
	}

.account-page-folder {
	width: 80%;
}

.account-page-menu {
	width: 20%;
}

.account-page-menu-box {
	display: none;
}

.account-page-menu__button {
	display: none;
}

@media only screen and (max-width: 767px) {
	.account-page-folder {
		margin-top: 40px;
		width: 100%;
	}

	.account-page-menu {
		width: 0px;
		height: 40px;
		display: block;
		overflow-x: hidden;
		z-index: 1;
	}

	.account-page-nav {
		display: none;
	}

	.account-page-menu__button {
		width: 40px;
		height: 40px;
		border: 2px solid #777;
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		z-index: 3;
	}

		.account-page-menu__button span {
			line-height: 8px;
			text-align: center;
			font-size: 1.6rem;
			font-weight: 400;
		}

	.account-page .account-page-menu-box {
		width: 40px;
		height: 40px;
		outline: 3px solid red;
		opacity: 0;
		position: absolute;
		z-index: 4;
		cursor: pointer;
		display: block;
	}

	.account-page input:checked ~ .account-page-menu__button {
		background: #d2f2fc;
	}

	.account-page input:checked ~ .account-page-menu__slider {
		transform: none;
	}

	.account-page-menu__slider {
		position: absolute;
		left: 0;
		width: 200px;
		background-color: #d8d8d5;
		z-index: 2;
		transform: translateX(-210px);
		transition: transform 0.3s;
		text-align: center;
		margin-top: 40px;
	}

	.account-page-menu__item {
		padding: 5px;
		margin: 0px;
	}

		.account-page-menu__item:hover {
			background-color: #d2f2fc;
		}
}

.package .ups-member {
	background-color: #cccccc;
	border-radius: 2px;
	padding: 10px;
	padding-left: 25px;
}

.package .ups-premium-member {
	padding: 10px;
	padding-left: 25px;
	background-color: #999999;
	border-radius: 2px;
}

.package .glyphicon {
	margin-right: 25px;
	color: #000;
}

.package .ups-member h3, .ups-premium-member h3 {
	color: #385EAA;
}

.package .ups-choice {
	color: #cc0000;
	font-family: roboto;
	font-weight: 900;
	text-align: center;
	font-style: normal;
}

.package .red {
	color: #cc0000 !important;
}

.package .ups-choice {
	text-align: center;
}

.package .arrow-right {
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #cccccc;
	position: absolute;
	z-index: 20;
	float: left;
	clear: right;
	right: 29;
	margin-right: 150px;
	margin-left: 535px;
	margin-top: 71px;
}

.package .btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.btn-block + .btn-block {
	margin-top: 5px
}

.package .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.package .btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #e38d13;
}

	.package .btn-warning:hover,
	.package .btn-warning:focus {
		background-color: #eb9316;
		background-position: 0 -15px;
	}

	.package .btn-warning:active,
	.package .btn-warning.active {
		background-color: #eb9316;
		border-color: #e38d13;
	}

.package .info2 {
	z-index: 200;
}

@media (max-width:1199px) {
	.package .arrow-right {
		display: none;
	}
}

.package .carriers {
	text-align: center;
	border: 1px solid black;
	padding: 10px;
}

.package .carriers-ups {
	color: #FFB500;
	background-color: #351C15;
}

.package .carriers-fedex {
	color: #FF6600;
	background-color: #4D148C;
}

.package .carriers-dhl {
	color: #D40511;
	background-color: #FFCC00;
}

.package .carrier {
	font-weight: bold;
}

.package .input {
	color: black;
}

.package .logo {
	height: 150px;
	margin-bottom: 5px;
	max-width: 100%;
}

.package .track {
	margin-bottom: 5px;
}

.package .tick {
	color: #ffffff;
	border: 2px solid #2CA01C;
	background-color: #2CA01C;
	border-radius: 100%;
}

.package .cost {
	font-weight: bold;
}

.package .truck {
	border: 3px solid black;
	border-radius: 50%;
}

.package .img-container {
	text-align: center;
}

.package .options {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

	.package .options li {
		padding-right: 10px;
		padding-left: 10px;
	}

@media only screen and (max-width: 1199px) {
	.package .options {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.table {
	margin-bottom: auto;
}

#searchspring-content {
	min-height: 100vh;
}

.ss-merchandising img {
	aspect-ratio: 1260 / 123;
	height: auto;
	width: 100%;
}

.ss-results .ss-item-container .ss-item .grid-item-image-wrap .product-image {
	height: 150px;
}

.ss-stock-msg .img-responsive.center-block {
	height: 43px;
}

@media only screen and (max-width: 767px) {
	.ss-merchandising img {
		height: 39px;
	}
}

/*.sitewide-banner {
	aspect-ratio: 1880/139;
	margin-bottom: 10px;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.sitewide-banner {
		aspect-ratio: 0/0;
	}
}*/

.lity-iframe-container iframe {
	aspect-ratio: 16 / 9;
	height: auto;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*Chat Button*/
.modal {
	z-index: 999999 !important;
}

#zrl_embed_div {
	width: 100% !important;
}