@charset "UTF-8";

/* -------------------------------- 

Primary style

-------------------------------- */
*,
*::after,
*::before {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
.why dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Open Sans";

	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0 0 15px 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	text-align: left;
	padding: 10px;
	border: 1px solid #ececec;
}

html {
	font-size: 62.5%;

	padding-bottom: 0 !important;
}

body {
	font-size: 15px;
	line-height: 1.5;
	color: #111433;
	background-color: #fff;
	width: 100%;
	position: relative;
	margin: 0;
	overflow-y: scroll;
}

body.modal-open {
	overflow: hidden;
	padding-right: 17px;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #005eff;
	text-decoration: none;
}

.btn,
.btn-secondary,
.header-cart-btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
input.btn-secondary,
input[type=submit] {
	display: inline-block;
	margin: 0;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-ms-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	background: #528ec1;
	color: #fff;
}

input[type=email],
input[type=tel],
input[type=file],
input[type=password],
input[type=text],
input[type=number],
select,
textarea {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 0 13px 0;
	padding: 10px;
	background: #fbfbfb;
	border: 1px solid #393939;
	border-bottom-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: inset 2px 2px 2px rgba(104, 104, 104, .15);
}

header {
	background: #033dd9;
	width: 100%;
}

#primary {
	width: 100%;
	list-style-type: none;
	padding: 0 0 60px 0;
}

#primary li {
	margin: 0px;
	border-bottom: 1px solid rgb(232, 232, 232);
	width: 100% !important;
}

#primary>li>a {
	margin-left: 0px;
	padding: 16px 20px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font: 800 16px / 17px "Open Sans", "Segoe UI", Tahoma, sans-serif;
	color: rgb(51, 51, 51);
}

#primary>li>a:hover,
#primary>li>a.active {
	background-color: rgb(244, 247, 253);
}

#primary>li>a.nav-pop:after {
	content: "";
	border-style: solid;
	border-color: rgb(51, 51, 51);
	border-image: initial;
	border-width: 0px 2px 2px 0px;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	right: 24px;
	position: absolute;
	top: 43%;
}

#primary>li>a.active::after {
	transform: rotate(-225deg);
}

.dd-image {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: #ffffff7d;
	margin: 0 12px 0 0;
	border-radius: 99px;
	overflow: hidden;
	box-shadow: 0px 0px 1px #000000;
	display: flex;
	align-items: center;
}

.dd-image img {
	max-width: 93%;
	max-height: 93%;
	mix-blend-mode: darken;
	margin: 0 auto;
}

.dd-title {
	flex-grow: 1;
}

#overlay {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #4c4c4c5c;
	backdrop-filter: blur(1px);
	z-index: 9;
}

.overlay-open {
	display: block !important;
}

.navigation {
	background: #fff;
	width: 100%;
	height: 100%;
	border: 0px;
	box-shadow: none;
	margin-left: auto;
	scroll-behavior: smooth;
	z-index: 14;
	overflow-y: hidden;
	outline: none;
	display: flex;
	will-change: transform;
	display: flex;
	flex-direction: column;
}


.slide-in {
	transform: translateX(0);
	display: block;
}

.scrollable {
	overflow-y: auto;
}

.scrollable::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.scrollable::-webkit-scrollbar-thumb {
	background: 0 0 no-repeat padding-box padding-box rgb(27 60 151);
	border-radius: 8px;
}

.scrollable::-webkit-scrollbar-track {
	background-color: rgb(255, 255, 255);
}

.why-poolweb-modal .scrollable {
	max-height: 79vh;
}

.utility-actions {
	display: flex;
	align-items: center;
}

.header-action {
	margin: 0 9px 0 3px;
	position: relative;
}

.header-action>a {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 13.5px;
}

.help-icon,
.account-icon,
.cart-icon,
.search-icon {
	height: 27px;
	width: 27px;
	margin: -1px 6px 0 0;
}

.cart-icon {
	height: 26px;
}

.cart-count {
	display: flex;
	text-align: center;
	background-color: #f90;
	color: #000;
	font-weight: 900;
	font-size: 11px;
	min-width: 21px;
	height: 21px;
	border-radius: 20px;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.cart-badge--desktop {
	position: absolute;
	top: -4px;
	left: 16px;
}

.header-action .fa {
	margin: 0 0 0 3px;
}

@media only screen and (min-width: 1024px) {
	.header-action>a {
		padding: 7px 5px;
	}

	.header-action:last-of-type {
		margin: 1px 0 0 0;
	}

	.nav-modal {
		transition: all .2s ease;
	}


	#shop-back {
		display: none;
	}

	.nav-col a {
		border: none;
		padding: 1.8px 0;
	}

	.nav-col ul {
		margin: 0 0 6px 0;
		display: block;
	}

	#shop-all-cat {
		display: inline-block;
	}

	h2.category-nav-header {
		margin: 0 0 25px 0;
		padding: 0;
	}

	.nav-col h4 a {
		padding: 0 0 3px 0;
		border: none;
	}


	.navigation {
		width: 400px;
	}

	#flyout-nav-feature {
		display: block;
	}

	#flyout-nav-content {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.nav-open {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateX(0) !important;
}

.navigation-sticky-top {
	position: sticky;
	top: 0px;
	padding: 47px 20px 22px;
	box-shadow: #0069ff3d 0 -29px 21px -18px inset;
	background: rgb(255, 255, 255);
	border-bottom: 1px solid #e0e5ec;
	z-index: 1;
	display: flex;
	align-items: center;
}

.navigation-sticky-top a {
	color: #ffffff;
	font-size: 11px;
	padding: 7px 10px;
	display: inline-block;
	background: #1b3c97;
	border-radius: 99px;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-weight: 700;
}

.navigation-welcome {
	font-size: 24px;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	flex-grow: 1;
	font-weight: 700;
}


.close-nav-button {
	cursor: pointer;

	width: 19px;
	height: 19px;
	display: flex;
	z-index: 99;
	font-size: 33px;
	font-weight: 800;
	line-height: 16px;
	border: none;
	background: transparent;
	outline: none;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.close-nav-button:focus {
	border: 1px solid #000;
}

.close-section {
	display: none;
}

.toggle-navigation .icon-bar {
	display: block;
	width: 26px;
	height: 3px;
	border-radius: 1px;
	background-color: #ffffff;
	margin-bottom: 5px;
}

.toggle-label {
	font-weight: bold;
	font-size: 9.5px;
	color: #fff;
	display: block;
	text-align: center;
}

.mobile-nav-toggle {
	display: none;
}


.why-poolweb-modal {
	display: none;
	position: absolute;
	background: #fff;
	right: 20px;
	min-height: 400px;
	/* bottom: 20px; */
	z-index: 999;
	box-shadow: 2px 2px 51px rgb(0 0 0 / 53%);
	border-radius: 10px;
	top: 0;
	left: 50%;
	min-width: 485px;
	transform: translate(-50%, 0);
	padding: 24px;
	max-width: 720px;
	min-width: 250px;
	width: 95%;
	margin: calc(8vh - 28px) auto 0;
	max-height: 93vh;
	overflow-y: initial !important;
}

.modal-head {
	background: #005eff;
	color: #fff;
	padding: 21px;
	position: relative;
	margin: -25px -24px 0px -24px;
	border-radius: 10px 10px 0 0;
}

.why-poolweb-modal h2 {
	font-size: 20px;
	font-weight: 800;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	text-align: center;
}

.why-poolweb-modal h3 {
	font-size: 17px;
	font-weight: 800;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	color: #2454a7;
	margin: 0px 0 3px 0;
}

.why-pweb-modal-icon {
	background: gray;
	width: 65px;
	height: 65px;
	min-width: 65px;
	display: block;
	border-radius: 99px;
	margin: 0 15px 0 0;
}

.why-poolweb-modal ul li {
	border-bottom: 1px solid #ededed;
	display: flex;
	padding: 18px 0;
	align-items: center;
	line-height: 22px;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-weight: 100;
	font-size: 15px;
}

.why-poolweb-modal ul li:last-of-type {
	border: none;
	margin: 0;
}


.mobile-only {
	display: none;
}


h1,
h2,
h3,
h4 {
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-weight: 800;
	margin: 0 0 8px 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

.wrapper {
	width: 95%;
	max-width: 1280px;
	margin: 0 auto;
}


.grid-six {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	text-align: center;
	margin: 20px 0
}

.grid-six img {
	max-width: 100%;
	max-height: 130px;
	display: block;
	margin: 0 auto 10px auto
}

.feat-cat {
	border-radius: 8px;
	padding: 15px 15px 10px 15px
}

.feat-cat a {
	color: #333
}

.feat-cat-image {
	mix-blend-mode: darken
}


@media only screen and (min-width: 768px) {
	.sticky {
		position: sticky;
		top: 0
	}

	#shopify-section-header {
		/*position: sticky;*/
		top: 0;
		z-index: 2;
		/*box-shadow: 0 5px 10px 0 rgba(0,0,0,.05)*/
	}
}

.min900 {
	display: none;
}

.min1000 {
	display: none;
}

.min1100 {
	display: none;
}


.sale-banner {
	background: #002668;
	padding: 14px;
	font-weight: 800;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.sale-banner a {
	font-size: 13px;
	font-weight: 300;
	padding-left: 10px;
	color: #fff;
	text-decoration: underline;
}


.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	background: #0000002e;
}


.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	overflow: hidden;
}


.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	background: #f3f3f3;
	border-top: 1px solid #b5b5b5;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.close-modal {
	width: 45px;
	height: 45px;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 999999;
	background: rgb(238, 238, 238);
	border-radius: 99px;
	padding: 6px;
	border: none;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	border: 1px solid transparent;
}

.close-modal svg {
	width: 90%;
	height: 90%;
}

.close-modal:focus,
.close-modal:hover,
.close-modal:focus-visible {
	background: #efefef;
	border: 1px solid #c3c3c3 !important;
	outline: none;
}

.modal-dialog {
	width: 100%;
	max-width: 840px;
	margin: 30px auto;
}

.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.modal-sm {
	width: 300px
}

.full-size-modal {
	width: 96vw;
	max-width: inherit;
}

.cart-button {
	flex-grow: 1;
}

.main-add {
	background: #00b70b;
	color: #fff;
	border: none;
	font-weight: 900;
	font-size: 17px;
	border-radius: 4px;
	padding: 10px 0;
	font-family: "Open Sans";
	border-radius: 6px;
	cursor: pointer;
	height: 100%;
	transition: all .2s ease;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
	border-bottom-width: 3px;
}

.main-add:hover {
	background: #038a0b;
	box-shadow: 1px 2px 6px rgb(0 0 0 / 28%);
}

.cart-qty {
	display: flex;
	align-items: center;
	margin: 0 10px 0 0;
	border: 1px solid #dadada;
	border-radius: 8px;
}

.main-qty {
	width: 4em !important;
	padding: 10px;
	height: 100%;
	text-align: center;
	border: 0;
	border-width: 0 !important;
	outline: 0;
	margin: 0 !important;
	box-shadow: none !important;
}

.cart-button-container {
	display: flex;
	height: 55px;
	margin: 0 0 26px 0;
}

.qty-up,
.qty-down {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 8px;
	cursor: pointer;
	color: #363636;
	line-height: 1;
	background: #fff;
	outline: none;
	border: none;
}

.qty-up:hover,
.qty-down:hover {
	background: #fbfbfb;
}

.qty-down {
	border-radius: 8px 0 0 8px;
	padding: 16px;
	border-right: 1px solid #dadada;
}

.qty-up {
	border-radius: 0 8px 8px 0;
	padding: 16px;
	border-left: 1px solid #dadada;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


@media only screen and (min-width: 800px) {
	.grid-three {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 24px;
		margin: 0 0 20px 0;
	}
}

.contact-card {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 .2rem .2rem 0 rgba(12, 11, 8, .2);
	color: rgba(12, 11, 8, .75);
	width: 100%;
	transition: box-shadow .2s cubic-bezier(.15, 0, .15, 0);
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #d1d1d1;
	padding: 20px;
	text-align: left !important;
	margin: 0 0 20px 0;
	transition: .01s;
}

.contact-card:hover {
	box-shadow: 0 0.8rem 0.8rem 0 rgb(12 11 8 / 20%);
	transform: translateY(-1px);
}

.contact-card .h2,
.contact-card h2 {
	font-size: 16px;
	text-align: left;
	margin: 0 0 12px 0;
}

.contact-card li {
	margin: 0 0 3px 0;
}

.contact-card p {
	margin: 0 0 20px 0;
	line-height: 22px;
}

.item-has-360 {
	position: absolute;
	height: 37px;
	width: 37px;
	right: 10px;
	top: 10px;
	background-image: url('//www.poolweb.com/cdn/shop/t/117/assets/360-circle-gray.svg?v=112063392305493768311766519407');
	z-index: 1;
}

.review-pill {
	background: #e5e5e5b8;
	padding: 3px 11px;
	border-radius: 99px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-weight: 800;
	font-size: 13px;
	position: relative;
	top: -1px;
	color: #222;
}

.review-pill .fa {
	margin: 0 7px 0 0;
	color: #ffc220;
	padding: 0;
}

.product-upper-block .review-pill {
	cursor: pointer;
	color: #fff;
	background: #333;
}

.boost-pfs-filter-product-item .review-pill {
	margin: 0 0 8px 0;
}

.pill-count {
	font-weight: 300;
	padding: 0 0 0 5px;
}

#preview-bar-iframe {
	display: none;
}


.inline-title {
	line-height: 21px;
	min-height: 6em;
	max-height: 6em;
	color: #222;
	margin: 7px 0 0 0;
	overflow: hidden;
}

.inline-title a {
	color: #222;
}


.featured-crumbs {
	margin: 0 0 20px 0;
	text-align: center;
}

.local-review {
	display: flex;
	align-items: center;
}

.pop-item .local-review {
	display: inline-flex;
}

.review-average {
	font-weight: 800 !important;
	position: relative;
	left: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	cursor: pointer;
	text-decoration: underline;
	color: #015bf7;
}

.product-list-meta .review-average {
	cursor: inherit;
	font-weight: inherit !important;
	color: #222;
	text-decoration: none;
}

.product-list-meta .local-review {
	margin: 0 0 8px 0;
}

.help-drop {
	position: absolute;
	top: 44px;
	left: -193px;
	background: #fff;
	color: #333;
	padding: 15px;
	z-index: 999;
	box-sizing: border-box;
	border-radius: 8px;
	width: 328px;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 45%);
	display: none;
}

.help-drop:before {
	content: " ";
	position: absolute;
	left: 82.5%;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
}

.help-drop a {
	color: inherit;
	font-size: inherit;
}

.support-tagline {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
}

.drop-phone {
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	color: #333 !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.support-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 17px -15px;
	border: 1px solid #dadada;
	border-width: 1px 0;
}

.support-grid a {
	padding: 15px 7px;
	text-align: center;
	display: block;
	background: #f7f7f7;
}

.support-grid a:hover {
	background: #f4f8ff;
}

.support-grid a:first-of-type {
	border-right: 1px solid #dadada;
}

.support-grid .fa {
	color: #065bdb;
	margin: 0 2px 0 0;
}

.drop-list {
	display: flex;
	margin: 0 0 5px 0;
	flex-wrap: wrap;
	row-gap: 12px;
	column-gap: 15px;
	justify-content: center;
}

.drop-list li {
	text-align: center;
}

.drop-list a {
	color: #065bdb;
	text-decoration: underline;
}

.close-support-drop {
	font-weight: 800;
	font-size: 22px;
	border: none;
	height: 18px;
	width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	float: right;
	background: transparent;
}

.logo {
	padding: 7px 8px 8px 0;
	margin: -1px 13px 0 0;
	cursor: pointer;
}

.search-bar input[type=search] {
	background: #fff;
	color: #333;
	border-radius: 8px;
	outline: 0;
	border-color: #fff;
	padding: 12px 45px 12px 20px;
	border: none;
	width: 100%;
}

.search-bar input[type=search]:focus {
	box-shadow: 0 2px 2px #001d6b;
}

.search-bar .search-bar--submit,
.search-bar input[type=submit] {
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 36px;
	margin: 0;
	border: 0 none;
	cursor: pointer;
	background: #ff9900;
	color: #000000;
	border-radius: 2px 7px 7px 2px;
}

.util {
	border: none !important;
	padding: 0 !important;
	border-bottom: 1px dashed #bfbfbf !important;
}

li.util:first-of-type {
	margin-top: 10px;
}


.util>a {
	display: flex !important;
	align-items: center;
	color: #222 !important;
	font-weight: 300 !important;
	padding: 17px !important;
	font-size: 15px !important;
	font-family: inherit !important;
	background: #fbfbfba1;
}

.util>a:hover {
	text-decoration: underline;
	background: #eaf3fd66 !important;
}

.util>a>img {
	width: 22px;
	margin: 0 10px 0 0;
	position: relative;
	top: 0px;
}

.util>a>span {
	flex-grow: 1;
}

.util>a:after {
	border: none !important;
}


@media only screen and (max-width: 1023px) {


	.mobile-only {
		display: inline-block;
	}


	.header-action {
		margin: 1px 5px 0 0;
	}

	.search-bar {
		max-width: 100%;
		margin-bottom: 10px;
		position: relative;
	}

	.utility-actions {
		flex-grow: 1;
		justify-content: flex-end;
	}

	.desk-only {
		display: none;
	}


	.mobile-nav-toggle {
		display: block;
		cursor: pointer;
	}

	.nav-modal {
		width: 100%;
	}

}


.site-footer {
	background: #0031b9;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 31px 0 30px 0;
}

.site-footer a {
	color: #fff;
}

.site-footer h2 {
	margin: 0 0 8px 0;
	font-size: 17px;
}

.site-footer hr {
	border: 1px solid #235eff;
	border-width: 0 0 1px 0;
	margin: 20px 0;
}

.footer-help {
	color: #000;
	background: #ebebeb;
	margin: 28px 0 20px 0;
	text-align: center;
	padding: 20px 0;
}

.footer-help-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	max-width: 1280px;
	margin: 0 auto;
}

.footer-help-grid>div {
	background: #cfcfcf;
	padding: 66px;
	border-radius: 6px;
}

.copyright {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 14px;
}


.footer-why-poolweb {
	margin: 0;
}

.footer-cards {
	display: block;
	margin: 15px 0 0 0;
}


.mc-field-group {
	position: relative;
}

.email-signup {
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	border: 0;
}

.email-submit {
	position: absolute;
	top: 3px;
	bottom: 3px;
	right: 3px;
	border-radius: 6px;
	border: none;
	background: #ffc220 !important;
	color: #222 !important;
	padding: 0 10px !important;
	font-weight: 300 !important;
}

.footer-newsletter {
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	background: #002897;
	display: flex;
	padding: 18px;
	margin: 0 0 24px 0;
}

.footer-newsletter h2 {
	margin: 0 0 2px 0;
	/* line-height: 1; */
}

.newsletter-subtext {
	margin: 0 0 14px 0;
	display: block;
}

.footer-links a {
	display: block;
	padding: 4px 0;
	font-size: 14px;
}

.news-icon {
	width: 48px;
	top: 0px;
	position: relative;
	margin: 0 12px 0 0;
}

.news-title-flex {
	display: flex;
	margin: 0 0 5px 0;
}


@media only screen and (min-width: 900px) {

	.footer-grid {
		display: flex;
		justify-content: space-between;
		max-width: 94%;

	}

	.footer-contact {
		display: flex;
	}

	.footer-contact li {
		padding: 0 20px 0 0;
	}
}


@media only screen and (max-width: 900px) {

	.slick-next,
	.slick-prev {
		display: none !important;
	}

	.template-product .crumbs .fa:last-of-type {
		display: none;
	}

	.crumb-sku {
		display: block !important;
		margin: 11px 0 0 0;
	}

	.site-footer {
		padding-bottom: 30px;
	}

	.footer-newsletter {
		margin: 0 0 15px 0;
	}

	.foot-section ul {
		display: none;
		padding: 0 0 10px 5px;
	}

	.foot-section h2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px;
	}

	.foot-section h2:after {
		content: '';
		border: solid white;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}


}

.phone-icon {
	width: 18px !important;
	margin-right: 13px !important;
	margin-left: 1px !important;
}


@media (min-width: 800px) {
	.footer-newsletter {
		min-width: 460px;
	}

	.grid-six {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 900px) {
	.min900 {
		display: block;
	}
}

@media (min-width: 1000px) {
	.grid-six {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.min1000 {
		display: block;
	}
}

@media (min-width: 1100px) {
	.min1100 {
		display: block;
	}

	.why-poolweb ul li.sep:after {
		padding: 0 32px;
	}

	.grid-six {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}


.listing-sale-tag {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #e70000;
	color: #ffffff;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 800;
	font-family: Open Sans;
	text-transform: uppercase;
	z-index: 1;
}

.big-header {
	font-size: 30px;
	margin: 25px 0 1px 0;
	letter-spacing: -1px;
}


@media (max-width: 800px) {
	.slick-track {
		overflow-x: hidden
	}
}


.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;

	margin-bottom: 10px;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;

	float: left;
	height: 100%;
	min-height: 1px;


	outline: 0;


	position: relative;
	background: #fff;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
}

.flex-slide-item {
	border-radius: 8px;
	float: left;
	height: 100%;
	min-height: 1px;
	border: 1px solid #dadada99;
	outline: 0;
	padding: 15px;
	box-shadow: 0 0 4px #e8e8e8;
	position: relative;
	background: #fff;
}

.slide-image {
	display: flex;
	height: 220px;
	align-items: center;
	align-content: center;
	mix-blend-mode: darken;
	background: #efefef73;
	margin: 0 0 20px 0;
	justify-content: center;
}

.slide-image img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	max-height: 90%;
	border-radius: 10px;
	mix-blend-mode: darken;
}

.slick-slide .sale-tag {
	position: absolute;
	top: 10px;
	left: 10px
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-track :focus {
	outline: 0
}

.slick-next,
.slick-prev {
	position: absolute;
	top: 40%;
	display: none;
	color: #fff;
	background-color: rgb(28 111 255);
	position: absolute;
	z-index: 2;
	border-radius: 100rem;
	cursor: pointer;
	width: 48px;
	height: 48px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 7px;
	border: 5px solid #b3cfff;
	transition: all .4s ease;
}

.slick-next:hover,
.slick-prev:hover {
	border-color: #1c6fff;
}

.slick-prev {
	left: -23px
}

.slick-next {
	right: -16px
}


.product-item--price {
	font-family: "Open Sans";
	font-weight: 800;
	font-size: 20px;
	letter-spacing: -.5px;
	margin: 0 0 6px 0;
	color: #333;
}

.product-item--price small {
	font-size: .7em;
	color: #777;
}


.card-content {
	background: #fff;
	margin: 0 0 26px 0;
	padding: 18px;
	position: relative;
	box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
	border-radius: 6px;
	border: 1px solid #c9c9c9;
}

.card-content h2 {
	border-bottom: 1px solid #dadada;
	font-size: 22px;
	margin: 0 0 14px 0;
}

.card-content h2 span {
	border-bottom: 5px solid #fe501b;
	display: inline-block;
	margin-bottom: -1px;
	padding: 0 5px 0 0;
}


.blog-grid {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 0 30px 0;
	grid-gap: 20px;
}

@media (min-width: 600px) {
	.blog-grid {

		grid-template-columns: 1fr 1fr;

	}
}


.blog-listing {
	border-radius: 7px;
	/* border: 1px solid #c5c5c5; */
	overflow: hidden;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 1px 5px #00000070;
}

.blog-listing img {
	width: 100%;
}

.article-more-info {
	padding: 20px;
}

.article-more-info h2 {
	font-size: 16px;
	line-height: 25px;
}

.article-more-info h2 a {
	color: #333;
}

.article-excerpt {
	margin: 0 0 10px 0;
}

.blog-header {
	padding: 60px 10px;
	/* border-radius: 8px; */
	margin: 24px 0 30px 0;
	background: url(//www.poolweb.com/cdn/shop/t/117/assets/review-hero.jpg?v=83035092738592046761766519559);
	background-size: cover;
	background-position: center;
	min-height: 264px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 17px #000000ab;
	flex-direction: column;
}

.blog-header h1 {
	margin: 0;
	position: relative;
	color: #fff;
	font-size: 38px;
}

.blog-tagline {
	display: block;
	margin: 0 0 18px 0;
	font-weight: 800;
	font-family: 'Open Sans';
}

.blog-header h1 a {
	color: #fff;
	text-decoration: underline;
}

.blog-header h1 a:hover {
	text-decoration: underline;
}

.blog-listing:hover {

	opacity: .9;
	transition: .2s;
}

@media (min-width: 900px) {
	.blog-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.blog-header h1 {
		font-size: 54px;
	}

	.blog-tagline {
		font-size: 20px;
	}
}

.tag-list {
	display: flex;
	margin: 0;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.tag-list a {
	color: #000;
	background: #f3f3f3;
	padding: 6px 12px 7px 12px;
	border-radius: 2px;
	display: block;
}

.tag-list li.active a {
	color: #fff;
	background-color: #0038d1;
}

.tag-list li {
	border-radius: 99px;
	background: #fff;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	color: #333;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	margin: 0 10px 10px 0;
}

.current-tag {
	margin: 0 0 24px 0;
	font-size: 17px;
	color: #363636;
}

.articles-count {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	padding: 0 0 0 4px;
}

.lifering-icon {
	position: absolute;
	width: 30px;
	left: 0;
	top: 2px;
	display: none;
}


.spec-table {
	width: 100%;
	max-width: 100% !important;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	margin: 20px 0;
}

.spec-table>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.spec-table .gray-cell {
	background-color: #0062c0 !important;
	color: #fff;
}

.extra-div {
	margin: 0 0 20px 0;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.state-list {
	display: flex;
}

.items-left {
	margin: 0;
	font-weight: 800;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	text-transform: uppercase;
	color: #005dfd;
	margin: 0 0 2px 0;
	font-size: 14.5px;
}

.stock-qty {
	border: none;
	background: #04bb0f;
	color: #fff;
	padding: 3px 12px 2px 10px;
	border-radius: 99px;
	font-weight: 800;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	display: inline-block;

}

.stock-qty .fa {
	margin: 0 1px 0 -2px;
}

.product-right .out-stock {
	/*color: #ff8b00;*/
}

.out-stock .fa {
	color: #444;
}

.bis-reset bis-edge-left {
	display: none !important;
}


font {
	color: #333 !important;
}

.substitute-items {
	border: 1px solid #dadada;
	margin: 28px 0 0 0;
	position: relative;
	padding: 25px 15px 15px 15px;
}

.substitute-items h3 {
	display: inline-block;
	font-size: 14px;
	background: white;
	position: absolute;
	top: -12px;
	border: 1px solid #dadada;
	padding: 2px 8px;
	left: 10px;
}

.substitute-items-list {
	margin: 15px 0 -7px 0;
}

.substitute-items-list li {
	display: grid;
	grid-template-columns: 65px auto;
	align-items: center;
}

.sub-image {
	width: 55px !important;
	height: 55px !important;
	margin: 0 15px 0 0;
	padding: 3px;
	display: flex;
	align-items: center;

}

.sub-image img {
	max-width: 100%;
	max-height: 100%;
	mix-blend-mode: darken;
	margin: 0 auto;
}

.sub-name {
	flex-grow: 1;
}

.sub-name a {
	display: block;
}

.sub-price {
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-weight: 800;
}

.puzzle-icon {
	left: 13px;
	top: 12px;
	margin-right: 3px;
	width: 25px;
	position: absolute;
}

.tools-icon {
	left: 0;
	margin-right: 3px;
	width: 20px;
	position: absolute;
	top: -3px;
}

.replacement-parts {
	background-color: #fffb7ab0;
	padding: 20px;
	margin: 26px 0 20px 0;
	font-size: 14.9px;
	border: 1px solid #ebe75c;
}

.replacement-parts p {
	margin: 0;
	line-height: 24px;
}

.replacement-parts h2 {
	position: relative;
	font-size: 15px;
	padding-left: 30px;
	margin: 0px 0 11px 0;
	line-height: 1;
}


@media only screen and (min-width: 769px) {


	.product-upper-contain {
		display: flex;
	}

	.product-left {
		width: 58%;
		margin-right: 1%;
	}

	.product-right {
		width: 40%;
		margin-left: 1%;
		/* border-left: 1px solid #ebebeb; */
		/* padding-left: 35px; */
	}
}


.main-image-contain img {
	display: none;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}

.prod-thumbs {
	margin: 0 0 36px 0;
	display: flex;
}

.prod-thumb {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	width: 65px;
	height: 65px;
	margin: 0 10px 0 0;
	border: 1px solid #bbbbbb;
	align-items: center;
	align-content: center;
	padding: 5px;
	cursor: pointer;
}

.prod-thumb.active {
	border: 2px solid #0961ce;
}

.prod-thumb img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.big-pic {
	cursor: zoom-in;
}

.shown {
	display: block !important;
}

.icon-header {
	font-size: 14px;
	position: relative;
	padding-left: 36px;
	margin: 24px 0 15px 0;
	padding-bottom: 15px;
	background: #f5f5f5;
	padding: 14px 14px 14px 50px;
	font-weight: 800;
	border-left: 5px solid #003eeb;
}

.more-info {
	font-weight: 100;
}

.truck-icon {
	left: 13px;
	margin-right: 3px;
	width: 26px;
	position: absolute;
	top: 15px;
}

.badge-icon {
	left: 14px;
	top: 13px;
	margin-right: 3px;
	width: 24px;
	height: 23px;
	position: absolute;
}

.underline-it {
	position: relative;
	border-bottom: 4px solid #ff9900;
}

.disc-list,
.features ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
	font-size: 14.9px;
}

.disc-list li,
.features ul li {
	margin: 0 0 5px 0;
}

.modal-gallery-container {
	display: flex;
}

.modal-thumb {
	width: 55px;
	height: 55px;
	border: 1px solid #dadada;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
}

.modal-thumb img {
	max-width: 97%;
	max-height: 97%;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.modal-main-pic {
	flex-grow: 1;
	min-height: 88vh;
	display: flex;
	align-items: center;
}

#modal-zoomed {
	max-height: 88vh;
	max-width: 100%;
}

.modal-main-pic img {
	display: block;
	margin: 0 auto;
}


.main-image-contain {
	display: flex;
	align-items: center;
	padding: 13px 6px;
	position: relative;
	flex-grow: 1;
	height: 400px;
}


@media (min-width: 1700px) {

	.main-image-contain {
		padding: 20px;
		height: inherit;
	}


}


.ship-notification {
	display: none;
	margin: -2px 0 0 0;
	line-height: 22px;
}

#cutoff-clock {
	font-weight: 900;
	display: inline-flex;
	background: #ffeb54;
	padding: 1px 6px;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}

#cutoff-clock #days {
	display: none;
}

#cutoff-clock #hours,
#cutoff-clock #minutes,
#cutoff-clock #seconds {
	display: flex;
	position: relative;
}

#cutoff-clock #hours:after,
#cutoff-clock #minutes:after {
	content: ":";
	display: inline-block;
}

element.style {}

#cutoff-clock #hours,
#cutoff-clock #minutes,
#cutoff-clock #seconds {
	display: flex;
	position: relative;
}

.rotateIn {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

.product-upper-block {
	padding: 19px 0 19px;
	position: relative;
	margin: 0 0 24px;
	border-bottom: 1px solid #cdcdcd;
}

.date-promise,
.date-promise-cell {
	display: none;
}

@media (min-width: 992px) {
	.date-shown {
		display: inline-block !important;
	}
}

.three-sixty-button,
.play-button {
	width: 80%;
	transition: all .4s ease;
}

.three-sixty-button:hover {
	transform: rotate(360deg);
}

.prod-title {
	margin: 0 0 7px;
	font-size: 25px;
	line-height: 32px;
	letter-spacing: -.5px;
}
.prod-title-sign {
	margin-bottom: 13px;
    font-size: 22px;
}
.upper-manufacturer {
	flex-grow: 1;
}

.variant-sku {
	font-size: 14px;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	margin: 0 0 10px 0;
}

.section-head {
	padding: 16px 20px;
	margin: 0 0 26px 0;
	background: #0041b1;
	font-size: 18px;
	color: #fff !important;
}

.section-head:first-of-type {
	margin-top: 20px;
}

.product-price-unit {
	display: none;
	font-size: .85714em;
	margin-right: 10px;
}

.hr--clear {
	display: none;
}

.main-price {
	font-weight: 800;
	font-size: 35px;
	letter-spacing: -1.2px;
	margin: 0 0 22px 0;
	display: block;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	line-height: 1;
	display: inline-block;
}

.ship-message {
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: -.2px;
	display: inline-block;
	font-weight: 800;
}

.featured-description {
	line-height: 25px;
	/* border: 1px solid #9d9d9d; */
	padding: 16px 18px;
	margin: -2px 0 25px;
	border-radius: 6px;
	background: #0044ff26;
	/* box-shadow: 1px 1px 2px #0000005c; */
}

.nowrap {
	white-space: nowrap;
}

.upper-freight-notification {
	font-size: 14.9px;
	line-height: 23px;
}

.vendor-and-sku {

	margin: 0 0 8px 0;
	display: flex;
}

.upper-manufacturer a {
	text-decoration: underline;
}

.product-right a {
	text-decoration: underline;
}

.spb-select select,
.option-select-contain select {

	background-image: url(//www.poolweb.com/cdn/shop/t/117/assets/arrow-down-blue.svg?v=88971326639398445031766519418);
	line-height: 16px;
	border: 1px solid #535353;
	border-radius: 6px;
	padding: 11px 15px;
	width: 100%;
	text-align: left;
	position: relative;
	height: 40px;
	margin-bottom: 0;
	background-color: #fff;
	cursor: pointer;

	background-position: right 18px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 0 15px 0;
}

.spb-select select:focus,
.option-select-contain select:focus {
	outline: 1px solid #004ccf;
}

.option-select-contain label,
#infiniteoptions-container label {
	font-weight: 800;
	font-family: 'Open Sans';
	font-size: 14px;
	margin: 0 0 12px 0;
	white-space: nowrap;
	line-height: 1;
	display: block;
}

#infiniteoptions-container>div {
	background: #f5f5f5;
	padding: 12px 10px 5px 10px;
	border-radius: 5px;
	border: 1px solid #dadada;
	margin: 0 0 16px 0;

}

.option-select-contain {
	background: #f5f5f5;
	padding: 12px 10px 5px 10px;
	border-radius: 5px;
	border: 1px solid #dadada;
	margin: 0 0 16px 0;
}

#comparePrice-product-template {
	margin: -9px 0 26px;
	display: block;
	padding: 5px 14px 6px 14px;
	display: inline-block;
	background: #ea0000;
	color: #fff;
}

#comparePrice-product-template .old-price {
	font-weight: 800 !important;
	text-decoration: line-through;
	color: #fff;
}

#comparePrice-product-template .savings {
	font-weight: 800 !important;
	color: #f5ff59;
}

.big-sale-tag {
	position: absolute;
	top: 20px;
	left: 0;
	background: #ea0000;
	color: #fff;
	font-weight: 900;
	padding: 2px 9px;
	text-transform: uppercase;
	font-size: 20px;
	border: 3px solid #ed0000;
}


.product-item--price {
	font-family: "Open Sans";
	font-weight: 800;
	font-size: 20px;
	letter-spacing: -.5px;
	margin: 0 0 6px 0;
	color: #333;
}

.product-files {
	border: 1px solid #0041b1;
	padding: 24px 24px;
	border-width: 1px;
	min-width: 18em;
	margin: 0 0 20px 0;
}

.product-files h3 {
	margin: -6px 0 10px 0;
}

.product-files ul {
	margin: 0;
}

.product-files a {
	color: #333;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	text-decoration: underline;
	text-decoration-color: #fff;
}

.product-files a:hover {
	text-decoration-color: #333;
}

.product-files ul li {
	margin: 0 0 10px 0;
}

.product-files ul li:last-of-type {
	margin: 0;
}

.product-files .fa {
	margin: 0 10px 0 0;
	color: #005dff;
}

@media (min-width: 950px) {
	.shipping-returns {
		display: flex;
	}

	.shipping-returns-ship {
		margin: 0 26px 0 0;
	}

	.product-files {
		float: right;
		margin: 0 0 30px 30px;
	}

	.slick-next,
	.slick-prev {
		display: block
	}


}

.product-section {
	padding: 0 15px;
	margin: 0 0 26px 0;
}

.product-section h2,
.extra-div h2,
.extra-div h3,
.bottom-related h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

.extra-div img {
	margin: 20px 0 !important;
}

.features,
.product-description {
	margin: 0 0 26px 0;
}

.striped-table,
.spec-table {
	border: none;
	margin: 20px 0 20px 0;
	width: 100%;
}

.striped-table>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.striped-table td,
.spec-table td,
.striped-table th {
	padding: 12px;
	border: 1px solid #dadada;
}

.spec-name {
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-weight: 800;
	width: 50%;
}

.product-section p {
	margin: 0 0 10px 0;
}

.disabled-item {
	background: #f7f7f7;
	padding: 12px 10px;
	margin: 0 0 10px 0;
	display: block;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}


.sign-text {
	background: #efefef59;
	padding: 20px 25px;
	margin: 0 0 20px;
	display: inline-block;
	border: 1px solid #dadada;
	border-radius: 6px;
}

.sign-text p:last-of-type {
	margin-bottom: 0;
}

.review-it {
	cursor: pointer;
	font-family: 'Open Sans';
	font-weight: 800;
	text-decoration: underline;
	color: #015bf7;
	text-transform: uppercase;
	font-size: 12px;
	display: flex;
	align-items: center;
	/* background: #e2eaff; */
	border-radius: 99px;
	/* padding: 2px 9px 2px 9px; */
	position: relative;
}


.filter-departments {
	background: url(/cdn/shop/t/14/assets/filter-full.svg?v=12474595285632949721);
	display: block;
	margin: 5px auto 26px auto !important;
	padding: 12px !important;
	border: 1px solid #dadada;
	border-radius: 6px;
	font-size: 15px;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 12px center;
	padding-left: 35px !important;
	width: 100%;
}


.schematic-header {
	background-color: #dfdfdf33;
	margin-bottom: 0;
	padding: 15px 25px;
	border-radius: 7px 7px 0 0;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	/* color: #fff; */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.schematic-header a {
	font-weight: normal;
	cursor: pointer;
	text-decoration: underline;
	padding: 0;
	font-weight: 900;
}

.schematic-header span {
	padding: 0 4px;
}

.schematic-img-container {
	vertical-align: middle;
	width: 100%;
	padding: 30px;
	text-align: center;
	border-radius: 0;
	box-shadow: inset 0px 2px 20px 7px rgb(94 94 94 / 12%);
	border-radius: 0 0 5px 5px;
	background-color: #ffffff;
}

.top-products-list .best-seller-header {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.best-seller-fire {
	width: 25px;
	top: 1px;
	margin: 0 6px 0 0;
	position: relative;
	left: -1px;
}

.fire-outter {
	fill: #ad2602;
}

.fire-inner {
	fill: #f9400f;
}

.best-seller-header {
	margin: 0 0 20px 0;
}

.best-seller-header span {
	position: relative;
}

.main-image {
	padding: 0 20px;
}

#schematic-image-wrap {
	border: 1px solid #d4d4d4;
	position: relative;
	background: #fff;
	background: #fff;
	box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
	padding: 15px;
	max-width: 100%;
	border-radius: 3px;
	box-shadow:
		0 1px 1px rgba(0, 0, 0, 0.15),
		0 10px 0 -5px #eee,
		0 10px 1px -4px rgba(0, 0, 0, 0.15),
		0 20px 0 -10px #eee,
		0 20px 1px -9px rgba(0, 0, 0, 0.15);
}

#schematic-image-wrap img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 56vh;
	cursor: zoom-in !important;
}

.top-products-list {
	display: none;
}

.schematic-note {
	border-radius: 0;
	text-align: center;
	color: #ffffff;
	margin: 20px 0;
	padding: 15px;
	background: #000;
}


.schematic-row {
	border-bottom: 1px solid #efefef;
	align-content: center;
	align-items: center;
	padding: 0 15px;
}

.flex-left {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.border-img {
	border: 1px solid #dadada;
	border-radius: 5px;
	padding: 5px;
	background: #fff;
	max-width: 69px;
	margin: 15px 15px 10px 0;
}

.form-price-contain {
	display: flex;
	align-items: center;
}

.schem-rows .item-price {
	font-size: 22px;
	font-family: 'Open Sans';
	font-weight: 900;
	min-width: 95px;
	letter-spacing: -1px;
}

.schematic-row:nth-of-type(odd) {
	background: #f9f9f9;
}

.schematic-row:last-of-type {
	border: none;
}

.schematic-image-container {
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 8px;
	width: 80px;
	height: 80px;
	margin: 12px 12px 12px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 5px;
}

.top-products .schematic-image-container {
	width: 54px;
	height: 54px;
	margin: 0;
}

.schematic-image-container img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.form-price-contain {
	padding-bottom: 20px;
}

.top-products {
	width: 100%;

	border-radius: 8px;
	border-collapse: collapse;
	border-style: hidden;
	box-shadow: 0 0 0 1px #dfdfdf;
	overflow: hidden;
}

@media (min-width: 1000px) {

	.schem-rows .item-price {
		margin-right: 15px;
	}

	.form-price-contain {
		text-align: right;
		padding: 0;
	}

	.top-products-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}

	.schematic-row {
		display: flex;
	}

	.top-products-list {
		display: block;
		min-width: 48%;
	}

	.main-image {
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.top-products td {

	border: none;
	vertical-align: middle
}

.top-products a {
	color: #007cf5;
	line-height: 20px;
	display: block;
}

.top-products a span.sku {
	color: #888;
}

.top-products form {
	margin: 0;
}

.top-products tr:nth-child(odd)>td {
	background: #fbfbfb !important;
}

.top-products tr {
	border-bottom: 1px solid #e6e6e6;
}

.top-products tr:last-of-type {
	border: none;
}

.top-product-sku {
	display: block;
}

.top-product-price {
	font-weight: 900;
	font-family: "Open Sans";
	font-size: 18px;
}

.schem-name {
	color: #222;
}

.schematic-add-button {
	background: #00a10a;
	color: #fff;
	border: none;
	font-weight: 900;
	font-size: 14px;
	border-radius: 5px;
	width: 100%;
	font-family: "Open Sans";
	white-space: nowrap;
	padding: 10px 15px;
	border-bottom-width: 3px;
	cursor: pointer;
}

.schematic-item-in-stock,
.schematic-item-ship-message {
	font-weight: 800 !important;
	color: #f78900;
}

.schematic-item-in-stock {
	color: #00cb00;
}

.hidden {
	display: none;
}

.schematic-key {
	font-family: Open Sans;
	display: inline-block;
	background: #00406f;
	color: #fff;
	padding: 0px 5px 1px 5px;
	border-radius: 4px;
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.top-products-container.zoom-in {
	display: block;
	cursor: zoom-out;
}

.no-max {
	max-width: 100% !important;
	max-height: inherit !important;
}

.full-top {

	width: 100% !important;
	margin: 35px 0 0 0 !important;
}

.paginate-schematic {
	list-style-type: none;
	display: flex;
	margin: 10px 0 0 0;

}

.paginate-schematic li {
	border: 1px solid #dadada;
	text-align: center;
	font-size: 20px;
	border-width: 1px;
	margin: 0 10px 0 0;
}

.paginate-schematic li.active {
	background: #efefef;
}

.paginate-schematic a {
	color: #333;
	display: block;
	padding: 5px 16px;
}

.pages-indicator {

	margin: 20px 0;
}

.top-products .more-info,
.top-products .more-info:hover,
.schem-rows .more-info,
.schem-rows .more-info:hover {
	background: #0145b9;
	color: #fff !important;
	border: none;
	font-weight: 900;
	font-size: 14px;
	border-radius: 5px;
	width: 100%;
	font-family: "Open Sans";
	white-space: nowrap;
	min-width: 8em;
	padding: 10px 15px;
	display: inline-block;
	line-height: inherit !important;
	text-align: center;
	border-bottom-width: 3px;
	cursor: pointer;
}

.schem-sort ul {
	display: flex;
	align-items: center;
}

.schem-sort ul li {
	margin: 0 8px 0 0;
}

.schem-sort a {
	display: inline-block;
	padding: 3px 10px;
	border: 2px solid #a2a2a2;
	border-radius: 99px;
	color: #333;
}

.schem-sort a.active {
	border-color: blue;
}

.schem-rows {
	margin: 0 0 20px 0;
	border: 1px solid #dadada;
	border-radius: 8px;
	overflow: hidden;
}

.password-note {
	border: 4px solid #3ed200;
	padding: 15px 23px;
	margin: 20px auto;
	line-height: 24px;
	border-radius: 6px;
	max-width: 600px;
}

p.shopify-challenge__message {
	font-weight: bold;
	margin: 20px 0 0 0;
}

.restrain-width {
	max-width: 800px;
	margin: 0 auto;
}

.shopify-payment-button input.shopify-payment-button__button--unbranded,
input.btn,
input.btn-secondary,
input.header-cart-btn,
input[type=submit] {
	background-color: #008909;
	color: #fff;
	border-radius: 5px;
	font-weight: 800;
	font-family: 'Open Sans';
	padding: 6px 15px;
}

.errors,
.form-error {
	color: #dc0000;
	background-color: #fff6f6;
	border-color: #dc0000;
	padding: 0.5em;
	margin: 0 0 10px 0;
}

.errors ul,
.form-error ul {
	list-style-type: none !important;
	margin: 0 !important;
}

body.template-customers-account {
	background: #efefef40;
}

.order-history-note {
	margin: 15px 0 20px 0;
	background: #ffffa2;
	padding: 15px;
	border: 1px solid #dcdc76;
}

.highlight-header {
	background: #efefef;
	color: #000;
}

.full {
	width: 100%;
	border-radius: 8px;
	border-collapse: collapse;
	border-style: hidden;
	box-shadow: 0 0 0 1px #dfdfdf;
	overflow: hidden;
}

.card-content {
	overflow: hidden;
}

.blue-header {
	background: #00217d;
	margin: -18px -24px 20px -24px;
	padding: 15px 27px;
	color: #fff;
	font-size: 19px;
}

.logout-button {
	background: #ffc220;
	color: #222;
	border-radius: 6px;
	padding: 9px 15px;
	display: inline-block;
	font-family: 'Open Sans';
}


.grid-left {
	flex-grow: 1;
	margin: 0 0 20px 0
}

.parts-jump {
	display: none;
}

.pop-360,
.pop-video {
	display: none;
}

@media (min-width: 900px) {

	.pop-360,
	.pop-video {
		display: inherit;
	}

	.parts-jump {
		display: inline-block;
	}

	.card-content {

		padding: 18px 24px;

	}

	.grid {
		display: flex;
	}

	.grid-left {
		flex-grow: 1;
		margin: 0 30px 0 0
	}
}

.errors p:last-of-type {
	margin: 0
}

#admin-bar-iframe {
	display: none !important;
}


.inline-add-to-cart {
	background: #004fc5;
	color: #fff;
	border: none;
	font-weight: 900;
	font-size: 14px;
	width: 100%;
	font-family: Open Sans;
	border-radius: 4px;
	white-space: nowrap;
	padding: 10px 15px;
	border-bottom-width: 3px;
	cursor: pointer;
	margin: 0 0 16px;
	border: 0 solid rgba(0, 0, 0, .3);
	border-bottom-width: 3px;
}


#shopify-section-footer {
	clear: both;
	margin: 14px 0 0 0;
}

#shopify-section-footer:before {
	content: "";
	display: inline-block;
	background: url(//www.poolweb.com/cdn/shop/t/117/assets/footer-wave-transparent.png?v=20232440789060846841766519475);
	height: 16px;
	width: 100%;
	position: relative;
	top: 7px;
	background-position: bottom;
	background-repeat: repeat-x;
}

::selection {
	background: #0034c3;
	color: #fff;
}


.policy {
	background: #f5f5f542;
	border: 1px solid #dadada;
	margin: 20px 0 40px 0;
	padding: 15px;
}

.policy h2 {
	font-size: 17px !important;
	margin: 0 !important;
}

span.boost-pfs-filter-product-item-price-from-text {
	font-size: .5em;
	margin: 0 3px 0 0;
	color: gray;
}


.flex-head {
	display: flex;
	align-items: center;
}

.swipe-control-box {
	display: flex;
	align-items: center;
	position: relative;
	top: 5px;
}

.flex-grow {
	flex-grow: 1;
}

.swipe-pagination {
	padding: 0px 9px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: -1px;
	font-size: 14px;
}

.swipe-button-next,
.swipe-button-prev {
	cursor: pointer;
}

.prev-next-fill {
	fill: #003366
}

.helpful-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.helpful-links>li {
	margin: 0 0 8px 0;
}

.helpful-links>li>a {
	display: flex;
	align-items: center;
}

.helpful-icon {
	width: 20px;
	margin: 0 6px 0 0;
}


.footer-contact-sep {
	padding: 0 15px;
}

.footer-why-poolweb {
	margin: 0 0 20px 0;
}

.footer-cards {
	display: block;
	margin: 0 0 20px 0;
}

.footer-lists {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.footer-contact-sep {
	display: none;
}

.footer-grid {
	padding: 0 20px;
}

@media (min-width: 768px) {
	.footer-contact-sep {
		display: inline-block;
	}

	.footer-contact {
		display: flex;
	}

	.footer-grid {
		padding: 0;
		display: grid;
		grid-template-columns: 1fr 2fr;
	}
}


#skip-content:focus {
	height: inherit;
	position: absolute;
	background: #fff;
	color: #002e68;
	clip: revert;
	clip-path: none;
	padding: 4px;
	width: auto;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border: 2px solid;
	z-index: 99;
}

.crumbs li {
	display: inline;
}

.crumbs ol {
	margin: 0;
    padding: 0;
}

.crumbs li:before {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	display: inline-block;
	color: #333;
	margin: 0 4px 0 0;
	text-decoration: none;
}

.crumbs li:first-of-type:before {
	display: none;
}


@media (max-width: 800px) {
	.template-product .crumbs li:last-of-type:before {
		content: "" !important;
		display: none !important;
	}
}

.list-stock.in-stock {
	font-weight: 800;
	color: #007f00;
}

.slick-slide {
	margin: 0 14px 0 0;
}

.slick-list {
	margin: 0 -10px 0 0 !important;
}

.slick-prev .slick-prev-icon:before,
.slick-next .slick-next-icon:before {
	font-family: FontAwesome !important;
	color: #ffffff;
	background: #0034c3;
	border-radius: 99px;
	display: flex;
	width: 40px;
	height: 40px;
	font-size: 18px;
	justify-content: center;
	align-items: center;
	border: 2px solid #ffffff;
}

.slick-next .slick-next-icon:before {
	content: "\f061" !important;
}

.slick-prev .slick-prev-icon:before {
	content: "\f060" !important;
}

.slick-dots li button .slick-dot-icon:before {
	font-family: FontAwesome !important;
	content: "\f111" !important;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	opacity: 0;
}

.slick-track {
	margin-left: 0 !important;
}

.inline-items-left {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inline-items-left.available {
	font-weight: 800;
	color: #009b00;
}

.list-stock.out-stock {
	font-weight: 800;
	color: #002fb9;
}


li::marker {
	display: none;
}

.pop-item {
	position: relative;
	border-radius: 8px;
	border: 1px solid #dadadaa8;
	padding: 0 0 20px 0;
}

.pop-image {
	display: flex;
	height: 150px;
	align-items: center;
	align-content: center;
	mix-blend-mode: darken;
	justify-content: center;
	padding: 15px;
	margin: 0 0 10px 0;
	background: #dce7ff73;
}

.pop-item .local-review {
	padding: 0 12px;
}

.pop-item .local-review {
	display: inline-flex;
}

.local-review {
	display: flex;
	align-items: center;
}

.pop-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
	color: #333;
	margin: 8px 0;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
	padding: 0 12px;
	min-height: 45px;
}

.pop-price {
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-weight: 900;
	color: #222;
	padding: 0 12px;
}

.pop-image img {
	max-height: 140px;
	mix-blend-mode: darken;
}

.pop-link {
	display: block;
	margin: 12px 12px 0;
	background: #0034c3;
	text-align: center;
	padding: 9px;
	color: #fff;
	border-radius: 6px;
}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #00258b;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	font-size: 14px;
	top: -5px;
	right: 160%;
	margin-left: -60px;
	font-size: 13px;
	font-weight: 300;
}

.tooltip .search-tooltip {
	top: 3px;
	right: 122%;
}

.tooltip .gallery-tooltiptext {
	top: 11px;
	right: 107%;
}

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
	/*visibility: visible;*/
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%;
	/* To the right of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #00258b;
}


.green-button {
	background: #00a30a;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	display: block;
	text-align: center;
	padding: 18px;
	border-radius: 8px;
	margin: 22px 0;
}

.right-image {
	float: right;
	margin: 0 0 20px 20px !important;
}

.right-image::after {
	content: "";
	clear: both;
	display: block;
}

.yotpo-bottom-line-scroll-panel {
	align-items: center !important;
}

.yotpo-pagination-item {
	height: inherit !important;
}

.yotpo-question-date {
	font-size: 14px !important;
}

.questions-sep {
	margin: 0 7px 0 0;
}

.yotpo-qna-modal-header-font {
	padding: 0 20px !important;
}

.yotpo-sr-bottom-line-new-review {
	border: none !important;
	padding-left: 0 !important;
	margin: 0 6px 0 0 !important;
	font-weight: 300 !important;
	font-size: 15px !important;
	text-decoration: underline;
	color: #005eff !important;
}

.yotpo-answerer-title {
	display: none !important;
}

.promoted-products-box,
.yotpo-label-container {
	display: none !important;
}

.yotpo-base-layout {
	width: 100% !important;
}

.yotpo-stars {
	padding: 0 6px 0 0 !important;
}

.bottomLine {
	min-height: 17.5px;
}

.yotpo-head {
	display: none !important;
}

.ratings-and-questions {
	display: flex;
	align-items: center;
	flex-direction: row;
	min-height: 28px;
}

.yotpo-star-ratings-widget-override-css {
	margin-bottom: 0 !important;
}

.yotpo-sr-bottom-line-score {
	color: #222 !important;
	font-size: 14px !important;
	font-weight: 300 !important;
}

.yotpo-bottom-line {
	align-items: center !important;
}

.yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
	color: #000 !important;
}

.related-products-inc {
	margin: 0 0 20px 0;
}

.yotpo-title-text {
	color: #000 !important;
	margin: 10px 0 13px 0;
}

.yotpo-review-votes-text {}

.yotpo-review {
	margin: 18px 0 18px 0 !important;
	font-size: 15px;
	border: 1px solid #dadada;
	border-radius: 6px;
	padding: 30px 20px;
}

.yotpo-filters-container {
	margin-bottom: 0 !important;
}

.yotpo-horizontal-pagination-container {
	margin-bottom: 28px !important;
}

.yotpo-sr-bottom-line-score:before {
	content: "(";
}

.yotpo-sr-bottom-line-score:after {
	content: ")";
}

.yotpo-modal-header,
.yotpo-qna-modal-header {
	background: transparent !important;
}

.yotpo-review-border-wavy {
	display: none !important;
}

.yotpo-reviews-pagination-container {
	margin: 18px 0 !important;
}

.yotpo-qna-empty-state {
	margin-top: 18px !important;
}

.yotpo-layout-header-wrapper[data-v-539fe0bb] {
	justify-content: left !important;
}

.yotpo-border-smooth {
	display: none !important;
}

.yotpo-question {
	border: 1px solid #dadada;
	padding: 18px !important;
	border-radius: 8px;
}

.yotpo-pagination-container {
	margin: 0 !important;
}

.yotpo-header-margin {
	margin-top: 0 !important;
}

.yotpo-layout-header-wrapper {
	background: #f5f5f5;
	padding: 18px 26px;
	border: 1px solid #dadada;
	margin-bottom: 0 !important;
}

#yotpo-questions-and-answers .yotpo-layout-header-wrapper {
	display: none !important;
}

.yotpo-star-distribution-index,
.yotpo-star-distribution-value {
	color: #222 !important;
}

.yotpo-filter-select[data-v-1917ecc4],
.yotpo-media-select[data-v-692546fe],
.yotpo-search-input {
	border-color: #333 !important;
}

.yotpo-progress-bar {
	background: #b7b7b7 !important;
}

.yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
	font-weight: 800 !important;
}

.yotpo-reviews-pagination-container {
	margin: 0 !important;
}

.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel {
	justify-content: flex-start !important;
	align-self: flex-start !important;
}

.yotpo-filters-container {
	margin: 28px 0 10px 0 !important;
}

.yotpo-review-title {
	font-size: 15px;
}

.yotpo-filters-container .yotpo-filters-container-inner {
	gap: 20px !important;
}

.yotpo-review-votes-wrapper {
	margin: 22px 0 30px 0 !important;
	place-content: flex-start !important;
	font-size: 15px !important;
}

.yotpo-main-layout {
	width: 100% !important;
}

.poolweb.offering-wrapper {
	margin-top: 0 !important;
	margin-bottom: 24px;
	padding-top: 12px;
	border-top: 1px solid #cdcdcd;
	border-radius: 0;
}

.yotpo-answer-content>* {
	font-weight: 300 !important;
}

#yotpo-widget-btn,
#yotpo-main-widget-btn[data-v-45e7fb23] {
	background-color: #0031b9 !important;
}

.poolweb .sb-widget-new-title .widget-title {
	background: transparent !important;
	font-weight: normal;
}

#sb-prod-element .sb-widget-new-title {
	padding: 0 2px 0 0 !important;
}

.poolweb .offering-title {
	font-size: 14.5px;
	margin: 0 0 11px 0;

}

.yotpo-qna-empty-state>.yotpo-title-text {
	color: #000;
	font-weight: 800;
	margin: 0px 0 14px 0;
	font-family: "Open Sans";
}

.poolweb .offeringCard {
	border-radius: 6px;
	border: 1px solid #898989;
}

.selected-offer {
	background: #b6dcff !important;
	color: #000000 !important;
	border-color: #0037e8 !important;
}

.poolweb .sb-meta-title {
	font-size: 12px;
}

.offering-learnMore {
	font-size: 14px;
}

.main-add {
	background: #008908 !important;
}

.stock-status.available {
	background: #008908 !important;
}

.shipping-table thead {
	background: #deeaff;
}

@media (min-width: 992px) {
	.main-image-contain {
		padding: 20px;
		height: 555px !important;
	}
}

.stock-status {
	margin: 0px 0 13px 0;
	display: inline-block;
	padding: 4px 10px 4px 8px;
}

.stock-status.available {

	background: #00b70b;
	color: #fff;

}

.stock-status.no-stock {

	background: #60a7ff80;


}

.stock-status.unavailable {
	color: #181818;
	background: #ffc220;


}

.stock-status.manufacturer {
	background: #e7f2ff;
}

.stock-status .fa {
	margin: 0 2px 0 0;
}

.call-for-price {
	padding: 14px 20px;
	line-height: 26px;
	margin: 10px 0 26px 0;
	background: yellow;
}


.main-price {
	font-size: 32px;

}


.upper-featured-description {
	font-weight: 800 !important;
	font-size: 18px;
	font-family: 'Open Sans';
	text-align: center;
	padding: 0 40px 0 40px;
	max-width: 60em;
	display: block;
	margin: 0 auto;
	line-height: 35px;
}

.feature-sep {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 30px 0;
	padding: 0;
}

.bullet-points {
	border: 1px solid #cfcccc;
	padding: 22px;
	background: #efefef59;
	margin-top: 20px;
}

.bullet-point {
	text-align: center;
	padding: 0 20px 20px 0;
	border-bottom: 1px solid #cfcccc;
}

@media only screen and (min-width: 600px) {
	.bullet-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}

	.bullet-point {
		text-align: center;
		padding: 0 20px;
		border-right: 1px solid #cfcccc;
		border-bottom: none;
	}
}

.bullet-point:last-of-type {
	border: none;
}

.bulet-grid h1,
.bullet-grid h2,
.bullet-grid h3 {
	font-size: 18px;
	margin: 0 0 8px 0;
}

.bullet-icon {
	width: 74px;
	height: 74px;
	border-radius: 99px;
	display: block;
	margin: 20px auto 15px auto;
	background: #69c7e07a;
	display: flex;
	align-items: center;
}

.bullet-icon img {
	max-height: 92%;
	max-width: 92%;
	display: block;
	margin: 0 auto;
}

.free-express-icon {
	display: block !important;
	position: absolute;
	top: 20px;
	width: 117px;
}

@media only screen and (min-width: 1100px) {
	.free-express-icon {
		left: -4px;
	}
}

#PBarNextFrameWrapper {
	display: none !important;
}


.blog-two-col {
	display: grid;
	grid-template-columns: 2fr 1fr;
	border: 1px solid #cad2e7;
	background: #f1f5ff;
	border-radius: 8px;
	padding: 25px;
	margin: 26px 0;
	align-items: center;
}

.blog-two-col a {
	text-decoration: underline;
}

.blog-two-col img {
	max-width: 300px;
	border-radius: 8px;
	float: right;
	margin: 0 0 20px 20px;
	mix-blend-mode: darken;
}

.blog-two-col h3 {
	margin-top: 0;
}

#yotpo-star-rating-highly-rated-topics {
	display: none !important;
}

.yotpo-star-rating-reviews-highly-rated-topics {
	display: none !important;
}

.coupon-signup {
	background: #000d31;
	padding: 7px;
	text-align: center;
	color: #fff;
}

.coupon-signup span {
	background: #fff;
	border-radius: 1px;
	color: #000;
	padding: 0 5px;
	cursor: pointer;
	margin: 0 0 0 4px;
}


.sms-signup {
	border: 1px solid;
	border-radius: 99px;
	padding: 7px 15px 6px 15px !important;
	margin: 0 8px 0 0;
}

.primary-nav-top {
	font-weight: bold;
	display: block;
	background: transparent;
	font-size: 14px;
	cursor: pointer;
}

.nav-chevron svg {
	height: 20px;
}

header {
	margin-bottom: 20px;
}

.primary-navigation>li>a>span>.fa {
	margin: 0 0 0 3px;
}

.sms-icon {
	margin: 0 7px 0 0 !important;
	color: #ffaf36;
}

.sub-nav-section {
	position: absolute;
	display: none;
	background: #fff;
	left: 0;
	right: 0;
	color: #000;
	padding: 18px 20px;
	z-index: 9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

.sub-nav-grid {
	background: #fff;
}

.sub-nav-grid a {
	color: #222;
}

.section-title {
	font-size: 20px;
	font-weight: 800;
	color: #222;
	margin: 18px auto 12px auto;
	max-width: 1536px;
	width: 96%;
	position: relative;
	display: flex;
	align-items: center;
}

.sub-section a {
	padding: 1px 0;
	display: block;
}

.nav-feature-image {
	height: 210px;
	background-size: contain !important;
	color: #fff;
	padding: 18px;
	width: 320px;
	background: #0c1c36;
	border-radius: 5px;
}

.nav-feature-title a {
    color: #000000;
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px;
    background: #ffffffdb;
    padding: 3px 6px;
    display: inline-block;
}

.nav-feature-button {
	background: #ff9900;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 8px 6px;
	/*box-shadow: 0px 1px 2px #000;*/
	width: 7em;
	text-align: center;
}

.nav-feature-button:hover {
	background: #ffaa2b;
}

.main-logo {
	width: 158px;
	left: 8px;
	position: relative;
}

.mobile-nav-header {
	border-bottom: 1px solid #dadada;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
}

.mobile-nav-logo {
	width: 160px;
	max-width: 60%;
	margin: 15px;
}

.mobile-nav-header .close-nav {
	position: relative;
	margin-left: auto;
	margin-right: 8px;
	display: flex;
	font-weight: bold;
}

.mobile-phone-head {
	flex-basis: 100%;
	background: #0c40cb;
	padding: 5px;
	text-align: center;
	color: #fff;
	padding: 12px 0;
}

.mobile-phone-head a {
	color: #fff;
	font-weight: bold;
}

.why-poolweb-contain {
	margin: -20px 0 18px 0;
	background: #e9efff;
	height: 45px;
	border-bottom: 1px solid #c7c7c794;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-poolweb-list {
	display: flex;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin: 0 auto 0 auto;
	width: 93%;
	max-width: 1280px;
}

.why-poolweb-list li {
	text-align: center;
	flex-grow: 1;
}

.why-poolweb-list strong {
	color: #000;
	padding: 0 3px 0 0
}

.why-poolweb-list a {
	text-decoration: underline;
	text-decoration-color: transparent;
}

.why-poolweb-list a:hover {
	text-decoration-color: inherit;
}

.shop-all-cat {
	font-size: 14px;
	text-transform: none;
	padding: 0 0 0 8px;
}

.shop-all-cat:after {
	content: "\f178";
	font-family: FontAwesome;
	margin: 0 0 0 4px;
}

.feature-link {
	font-size: 20px;
	color: #0c40cb;
	font-weight: bold;
	margin: 0 0 14px 0
}

.feature-link a {
	color: #0c40cb;
}

.feature-icon {
	width: 22px;
	position: relative;
	top: 3px;
	margin-right: 4px;
}

.head-search {
	position: relative;
}

.nav-popped {
	overflow-x: hidden;
}

.nav-flyout .close-nav {
	top: 2px !important;
	right: 17px !important;
	cursor: pointer;
	position: absolute;
}

@media only screen and (max-width: 1023px) {
	.nav-popped {
		overflow: hidden;
	}

	.nav-flyout .close-nav {
		top: 14px !important;
	}

	.help-drop {
		left: -259px;
	}

	.boost-pfs-in-collection-search-input {
		display: none;
	}

	.shop-all-cat {
		display: block;
	}

	.primary-navigation {
		background: #fff;
		margin: 0 0 6px 0;
	}


	.section-title {
		text-align: center;
		margin: 10px auto 10px auto;
		display: block;

	}

	.shop-back {
		background: #0c40cb;
		color: #ffffff;
		display: block;
		padding: 12px 20px;
	}

	.shop-back:before {
		content: "\f177";
		font-family: FontAwesome;
		padding: 0 3px 0 0;
	}

	.sub-section {
		display: none;
		background: #f0f8ff;
		margin: 0;
	}

	.nav-modal {
		position: fixed;
		transform: translateX(-100%);
		opacity: 0;
		top: 0px;
		bottom: 0px;
		left: 0px;
		display: flex;
		flex-direction: column;
		z-index: 99;
		transition: all .1s ease;
		visibility: hidden;
		background: #e9e9e9;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.head-flex {
		display: grid;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		line-height: 1;
		height: inherit;
		grid-template-columns: 26px 158px 1fr;
		padding: 0 15px;
	}

	.head-search {
		grid-column: 1 / -1;
		order: 4;
	}

	.drop:after {
		content: "\f054";
		font-family: FontAwesome;
		padding: 0;
		font-size: .8em;
		position: absolute;
		right: 14px;
		padding-top: 4px;
	}

	.sub-nav-grid a {
		color: #222;
		display: block;
		padding: 18px 20px;
		border-bottom: 1px solid #dadada !important;
	}
    .view-more-nav {
        display: none !important;
    }
	.sub-nav-grid h3 {
		margin: 0;
		font-weight: normal;
	}

	.header-sms {
		order: 0;
		grid-column: 1 / -1;
		margin: 0 -15px;
	}

	.cart-badge--desktop {
		top: -13px;
		left: 9px;
	}

	.sms-signup {
		border-radius: 0 !important;
		padding: 10px 15px !important;
		margin: 0;
		border: none !important;
		justify-content: center;
		background: #002893;
	}

	.toggle-navigation {
		order: 1;
		margin: 0 20px 0 0;
		color: #fff;
		width: 26px;
	}

	.logo {
		order: 2;
	}


	.utility-actions {
		order: 3;
	}

	.nav-flyout {
		top: 0;
		box-shadow: none !important;
	}

	.primary-nav-top {
		width: 100%;
		padding: 18px 20px;
		border-bottom: 1px solid #dadada !important;
		font-weight: normal !important;
		color: #333 !important;
	}

}

.mobile-support {
	padding: 0 6px;
}

.mobile-support ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.mobile-support a {
	color: #222;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	margin: 5px;
	padding: 16px 0;
	border-radius: 7px;
}

.mobile-support a>.fa {
	font-size: 33px;
	margin: 0 0 6px 0;
}


.nav-flyout {
	position: absolute;
	/*display: none;*/
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	background: #fff;
	transform: translateX(200%);
	transition: all .2s ease;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

.slide-in {
	transform: translateX(0);
}


.always-show {
	display: block;
}

@media only screen and (min-width: 1023px) {


	.nav-flyout {
		display: none;
		transform: none;
		bottom: inherit;
		height: inherit;
	}

	.slide-in {
		transform: none;
		display: block;
	}


	.sub-nav-grid {
		display: grid;
		width: 96%;
		max-width: 1536px;
		margin: 0 auto 28px auto;
		grid-gap: 10px;
	}

	.multi-column-sub-section {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
	}

	.sub-section-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0px 20px;
		color: #000;
	}

	.mobile-support {
		display: none;
	}

	.shop-back {
		display: none;
	}

	.mobile-nav-header {
		display: none;
	}

	.extra-nav {
		display: none;
	}

	.sub-nav-grid h3 a {
		text-transform: uppercase;
		color: #0c40cb !important;
		font-size: 15px;
	}

	.main-logo {
		left: -4px;
		top: 2px;
	}

	.primary-navigation {
		display: flex;
		color: #fff;
		align-items: center;
		width: 96%;
		margin: 0 auto;
		line-height: 1;
		justify-content: space-between;
		max-width: 1530px;
	}

	.primary-nav-top {
		color: #fff;
		padding: 8px 5px 16px 5px;

	}

	.sub-nav-grid-two {
		grid-template-columns: 2fr 1fr;
	}

	.sub-nav-grid-three {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.sub-nav-grid-four {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.sub-nav-grid-five {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

	.head-flex {
		display: flex;
		align-items: center;
		width: 95%;
		margin: 0 auto;
		line-height: 1;
		height: 64px;
		max-width: 1530px;
	}

	.head-search {
		flex-grow: 1;
		margin: 0 30px 0 14px;
		position: relative;
	}

	.active-button {
		background: url(//www.poolweb.com/cdn/shop/t/117/assets/active-nav-indicator.png?v=140249625595890917201766519411) !important;
		background-repeat: no-repeat !important;
		background-position: 101% 31px !important;
	}

}


@media only screen and (min-width: 800px) and (max-width: 1160px) {
	.bigorsmall {
		display: none !important;
	}
}

@media only screen and (min-width: 1160px) {
	.drop:after {
		content: "\f078";
		font-family: FontAwesome;
		padding: 0 0 0 5px;
		font-size: .8em;
		position: relative;
		top: -1px;
	}
}

.stacked-images {
	display: grid;
	grid-gap: 18px;
}

.sub-nav-collapsible-images {
	display: grid;
	grid-gap: 18px;
	justify-content: flex-end;
}

@media only screen and (min-width: 1270px) {
	.sub-nav-collapsible-images {
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
}

.why-poolweb-icon {
	width: 18px;
	height: 20px;
	margin: 0 5px 0 0;
	opacity: .87;
}

.why-poolweb-pop {
	display: flex;
	justify-content: center;

}

.why-poolweb-pop:hover>.why-poolweb-icon {
	opacity: 1;
}

.min830 {
	display: none;
}

.min950 {
	display: none;
}

.min1120 {
	display: none;
}

@media only screen and (min-width: 830px) {
	.min830 {
		display: inline-block;
	}
}

@media only screen and (min-width: 950px) {
	.min950 {
		display: inline-block;
	}
}

@media only screen and (min-width: 1120px) {
	.min1120 {
		display: inline-block;
	}
}

.fa.fa-star,
.fa.fa-star-o,
.fa-star-half-o {
	color: #d55900;
	padding: 0 1px 0 0;
}


/* wizard styles */

.wizard-container {
    background-color: #dde7ff;
    padding: 15px;
    border-radius: 6px;
    margin: 0 0 20px 0;
}
.disabled {
	opacity:.6;
}
#parts-cat {
	width: 100%;
}
.part-wiz-element {
    padding: 13px 20px 20px 20px;
    background-color: #0145b9;
    color: #fff;
    border-radius:6px;
	margin: 0 0 10px 0;
}
.part-wiz-element:last-of-type {
	margin: 0;
}
.part-wiz-element select {
    outline: none !important;
    -webkit-appearance: none!important;
    border: 2px solid #fff;
    padding: 9px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #444;
    background-image: url(//www.poolweb.com/cdn/shop/t/117/assets/drop_down_arrow.png?v=77491959376206265441766519462);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
    background-size: contain;
    width: 100%;
  	margin: 0;
	border-radius: 5px;
}
select option {
	background-color: #fff;
}
.part-wiz-element label {
    margin-top: 0;
    margin-bottom: 8px;
    color: #fff;
    font-size: 15px;
    display: block;
}

@media only screen and (min-width:768px){
    .wizard-container {
    	display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 15px;
    }
	.part-wiz-element {
		margin: 0;
	}
}
.shake {
  animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }

  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}

/* blog styles */

.post-main {
    width: 924px;
    max-width: 100%;
    margin: 0 auto; 
  }
  .post-grid {
   
  }
  .post-image {
    margin: 22px 0 0 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center left;
 

  }
  .post-image img {
   width: 100%; 
    display: block;

  }
  .post-meta {
    bottom: 45px;
    left: 0;
    background: #ffffffeb;
    padding: 15px 20px;
    text-align: left;
    /* max-width: 80%; */
    /* border-left: 8px solid #ff9900; */
    margin: 0 0 28px 0;
    background: #dd0000;
    color: #fff;
  }
  .post-meta h1 {
    font-size: 25px;
    line-height: 36px;
    margin: 0 0 8px 0;
    letter-spacing: -.8px;
  }
  .post-meta p {
       margin: 0;
    font-size: 14px;
       color: #fff;
    font-family:"Open Sans";
  }


  .right {
   text-align: right; 
  }
.blog-intro-paragraph {
    font-family: "Open Sans";
    color: #000;
    border-left: 7px solid #0034c3;
    padding-left: 14px;
    margin: 0 0 21px 0 !important;
    line-height: 27px !important;
    background: #e8fbff;
    padding: 15px;
}
  strong {
   font-weight: bold 
  }
  .article-main-content h3 {
   font-size:20px; 
  }
  em {
   font-style: italic; 
  }
  .prev-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 0 0 24px 0;
    border: 2px dashed #dadada;
    border-width: 2px 0;
    padding: 15px 0;
  }
.prev-next a {
 color: #333; 
}
  .article-main-content {
   margin: 0 0 24px 0; 
  }
   .article-main-content p {
    margin: 0 0 20px 0; 
     line-height: 26px;
   }
  .prev-next h3 {
    text-transform: uppercase;
    margin: 0;
    color: #2b56bd;
  }
  .next-blog {
        border-left: 1px solid #dadada;
    padding-left: 15px;
  }
  
  #write-comment {
    background: #ffffd2;
    padding: 15px;
    border-radius: 9px;
    border: 1px solid #e7e7ba;
  }
  ol {
    list-style-type: decimal;
    padding: 0 0 0 18px;
}
 .article-main-content img {
  	max-width: 100%;
   border-radius: 8px;
   display: block;
   margin: 15px 0;
 }
   .article-main-content hr {
    margin: 30px 0 
   }


    .article-side {

    margin: 0 0 20px 0;

    position: relative;
    overflow: hidden;
  }
.article-title-side {
 display:block; 
}
  .sidebar-image {

    display: block;
    max-width: 100%;
  }
  .article-side-title {
    position: absolute;
    left: 0px;
    /* right: 0; */
    bottom: 21px;
    background: #ffffffc2;
    color: #000;
    font-family: "Open Sans";
    font-weight: 800;
    padding: 7px 15px;
  }
  .post-main ol li {
    margin: 0px 0 18px 0;
}

      .sidebar {
      max-width: 100%;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px;
      margin: 30px auto 0 auto;
    }
  
   @media (min-width: 600px) {
      .sidebar {
      grid-template-columns: 1fr 1fr;
    }
   }

     @media (min-width: 900px) {
      .sidebar {
      grid-template-columns: 1fr 1fr 1fr;
    }
   }

@media (min-width: 900px) {
    .post-image {
    min-height: 444px;
  }
}

/* home */

  body {
   overflow-x: hidden; 
  }
	.stamped-pagination-next {
     display: none !important; 
    }
.review-meta .fa {
  color: #fff;
}
.wizard-container {
  margin-bottom: 30px !important;
}
  .shop-by-state-list {
    display: flex;
    flex-wrap: wrap;
    margin: 9px 0 10px 0px;
    justify-content: center;
}
  .shop-by-state-list a {
    background: #efefef;
    display: block;
    padding: 8px 11px;
    border-radius: 4px;
    margin: 0 8px 8px 0;
    color: #333;
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    font-size: 15px;
}
  


  .template-index .featured-name {
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-color: transparent;
  }
  .template-index .feat-cat > a:hover > .featured-name {
    text-decoration-color: #333;
  }

  .template-index .pop-item {
    position: relative;

    border-radius: 8px;
    border: 1px solid #dadadaa8;
    padding: 0 0 20px 0;
}
  .pop-image {
    display: flex;
    height: 150px;
    align-items: center;
    align-content: center;
    mix-blend-mode: darken;
    justify-content: center;
    padding: 15px;
    margin: 0 0 10px 0;
    background: #efefef73;
}
  .pop-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    color: #333;
    margin: 8px 0;
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    font-size: 14px;
    padding: 0 12px;
    min-height: 45px;
  }
  .pop-item .local-review {
    padding: 0 12px;
  }
    .pop-price {
       font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    font-weight: 900;
    color: #222;
      padding: 0 12px;
  }

  .pop-next,.pop-prev {
    position: absolute;
    
    background: #ffffffe6;

    
    display: flex;
    align-items: center;
    font-size: 31px;
    padding: 0 8px;
    color: #0145b9;
    
    cursor: pointer;
  }
  .pop-next {
    box-shadow: -4px 0 9px -2px #8888882b;
    border-left: 1px solid #dedede;
    top: 0;
    bottom: 0;
  	right: 0;
    border-radius: 0 8px 8px 0;
  }
  .pop-prev {
    transition: all .2s ease;
    opacity: 0;
    box-shadow:  5px 0 9px -2px #8888882b;;
    border-right: 1px solid #dedede;
    left:0;
    top: 0;
    bottom: 0;
    border-radius: 8px 0 0 8px;
  }
  .full-opacity {
   opacity: 1; 
  }
    .stamped-badge-caption {
    
    display: none;
  }
  .trusted {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    margin: 12px 0 10px 0;
  }
  .trusted-manufacturer {

    display: flex;
    border-radius: 8px;
    /* border: 1px solid #ececec; */
    padding: 22px 0px;
}
  .trusted img {
    max-width: 100%;
    mix-blend-mode: darken;
  }
 
  	.st0{fill:#204387;}
	.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#fd5018;}
  


  
.pop-items-list {
  margin: 0 0 16px 0;
}
  

  .service-div {

    text-align: center;
  }
  .service-div img {
   max-width: 100%; 
    mix-blend-mode: darken;
  }
  h3 {
   letter-spacing: -1px; 
  }
  .service-div h3 {
    margin: 10px 0 10px 0;
  }
  .benefits-list {
display: grid;
    grid-template-rows: 1fr 1fr;
    height: 100%;

  }
  .benefits-list li {
    border-bottom: 1px solid #dadada;
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .benefits-list li:last-of-type {
   border: none; 
  }
  .benefits-list li >div:first-of-type {
       width: 90px;
    min-width: 90px;
    margin: 0 23px 0 0px;
  }
  .benefit-icon {
   width: 100%;
    height: 100%; 
  }
  
.big-hero {
  border-radius: 8px;
  overflow: hidden;
}

.big-hero, .small-hero {
  position: relative;
  background-size: cover;
}
.big-hero img {
  max-width: 100%;
}
.top-grid img {
  display: block;
}
  .flex-col {
    display: none;
    flex-direction: column;
    gap: 17px;
    margin: 20px 0;
  }
  .small-hero {
    flex-grow: 1;
    background-color: #efefef;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
  }

  .hero-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: #ffffffba;
    color: #000;
    border-radius: 8px;
  }





  .hero-tag h2 {
        font-size: 26px;
    letter-spacing: -1px;
  }
  .round-shop-now .fa {
    padding: 0 0 0 7px;
    transition: .3s;
  }
  .round-shop-now:hover {
    background: #002ba1;
  }


.color-back {
    position: absolute;
    background: #ffffffad;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 20px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 15.5px;
}


.hero-highlight {
    display: block;
    color: #0034c3;
    font-weight: 800;
    padding: 5px 0 0 0;
}

  

    .off-tag {
        background: #000;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;

    margin: 0 0 12px 0;
    position: relative;

  }


    .round-shop-now {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-weight: 800;
    margin: 15px 0 0 0;
    display: inline-block;
      background: #0034c3;
        padding: 10px 15px;
    border-radius: 8px;
  }

  .three-up-inner .round-shop-now {
    font-weight: normal;
    margin-right: 6px;
    margin-top: 8px;
  }

  .color-back {
    position: absolute;
    background: #ffffffad;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 20px;
    color: #000;
    font-weight: 800;
    font-size: 15.5px;
}



  
  .heroes {
    display: none;
  }

   .template-index .feat-cat-image {
    mix-blend-mode: darken;
    background: #e9e9e973;
    border-radius: 99px;
    height: 140px;
    width: 140px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .template-index .feat-cat-image img {
    max-height: 100%;
    max-width: 100%;
    mix-blend-mode: darken;
    margin: 0;
    
  }
  .template-index .feat-cat a:hover > .feat-cat-image {
    background: #e1e1e1a1;
  }

  .three-up-feature {
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .three-up-feature img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .three-up-inner {
    padding: 0 20px;
    margin: 0 0 20px 0;
  }
  .three-up-inner h2 {
    letter-spacing: -.6px;
  }


      .desktop-hero-panel {
    background-color: #efefef;
    background-size: auto;
    background-position: right;
    border-radius: 9px;

  }
  .mobile-hero-panel {
    border-radius: 9px;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .mobile-hero-panel img {
    width: 100%;
    margin: 0;
  }
  .mobile-hero-tag {
    padding: 0 20px 20px 20px
  }
    @media only screen and (min-width: 800px) {
       .flex-col {
          display: flex;
       }


        .three-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }

      
.three-up {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
      
.template-index .feat-cat-image {
height: 160px;
  width: 160px;
}
    
  .heroes {
    display: block;
  }
        .hero-highlight {
font-weight: 800;
    color: #0034c3;
          padding: 0;
  }
      




      
      .off-tag {
        display: inline-block;
      }

        .hero-tag {
    position: absolute;
    top: 60px;
    left: 20px;
    padding: 25px;
    width: 380px;

    bottom: inherit;
  }
      
.flex-col {
margin: 0;
}
          .top-grid {
     display: grid;
    grid-template-columns: 2.03fr .99fr;
    margin: 0 0 23px 0;
    grid-column-gap: 19px;
  }

      
        .benefits-list {

    padding: 0 0 0 15px;
  }
      
       .benefits-list li {
       padding: 20px 0; 
       }
        .service-div {
  border-left: 1px solid #dadada;
    padding-left: 20px;
    text-align: center;
  }
      
         .fifty-fifty {
   	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
        .hero-callout {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #0040af;
    width: 480px;

    padding: 40px 30px 30px 30px;

    color: #fff;
    border-right: 4px solid #fff;
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  }
    }
  
  .service-tagline {
   	padding: 0 20px; 
  }
  .fifty-fifty.wpweb {
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  }
  .bh3 {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 10px 0;
  }
  .wpweb p {
    line-height: 24px;
   margin:0 0 16px 0; 
    font-size: 14px;
  }
  
  span.pop-tagline {
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    font-size: 15px;
    margin: 0 0 18px 0;
 
    display: block;
}
  .home-related {
   margin: 20px 0 15px 0; 
  }
  .home-related h2 {
    font-size: 16px;
    margin: -3px 0 0 0;
}
  .home-related .also-see {
    flex-wrap: nowrap;
    overflow-x: hidden;
    margin: 8px 0 0 0;
    padding-right: 48px;
}
  
  .home-related .also-see li {
    margin:0 10px 9px 0;
}
  
  .home-related .also-see a {
    border: 1px solid #004ccf;
    padding: 7px 15px 8px 15px;
    border-radius: 99px;
    background: #fff;
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    font-size: 14px;
    color: #333;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
  
  .home-related .also-see a.current, .home-related .also-see a:hover {
    border-color: #004ccf;
    background: #b6d1ff;
    /* color: #fff; */
}
  

  
 .pop-image img {
    margin: 0 auto;
   border-radius:8px;
   mix-blend-mode: darken;
   max-height: 98%;
   max-width: 98%;
}
  .recommended-searches {
   position: relative; 
  }
  .prev-arrow, .next-arrow, .prev-arrow-hero, .next-arrow-hero {
    position: absolute;
    top: 40%;
    position: absolute;
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    z-index:1;
}
  .prev-arrow, .prev-arrow-hero {
   left:0;
    top:0;
    bottom:0;
    display: none;
  }
  .next-arrow, .next-arrow-hero {
   right:0;
   top:0;
    bottom:0;
  }
  .arrow-inner {
    background-color: rgb(0 76 207);
    border-radius: 100rem;
    padding: 7px;
    height: 38px;
    width: 38px;
  }
  .arrow-inner svg {
   outline: none; 
  }
  .backorder {
    opacity: 0;
  }





  .temp-card {
    background: #d7d7d7;
    padding: 85px;
    text-align:center;
  }

  .slick-next-white, .slick-prev-white {
    background: #fff !important;
    border: none !important;
    width: 43px !important;
    height: 43px !important;
    box-shadow: 1px 1px 3px #0009;
  }

  .hero-banner {
    height: 288px;
    margin: 0 0 26px 0;
    border-radius: 9px;
    overflow: hidden;
  }
.hero-banner-inner {
  display: flex;
}
.hero-banner-callout {
  padding: 40px 45px;
  height: 288px;
  width: 33.33%;
}
.hero-banner-image {
  flex-grow: 1;
  background-size: cover;
}
  .hero-banner-image img {
    max-width: 100%;
    max-height: 100%;
  }
  .lb {
    background: #efefef;
  }
  .lb .shop-now-button, .yl .shop-now-button {
    color: #000;
  }
  .yl {
    background: #fbcd25;
  }
  .bl {
    background: #1a347c;
    color: #fff;
  }
  .item-panel {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-panel img {
    max-height: 86%;
    max-width: 80%;
}
  .flex-a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pop-shop {
    position: absolute;
    background: #ffffff;
    font-weight: bold;
    font-family: "Open Sans";
    padding: 10px 17px;
    color: #222;
    top: 43%;
    opacity: 0;
    transition: all .1s ease;
  }
  .flex-a:hover > .pop-shop {
    opacity: 1;
  }






  .center-head {
   letter-spacing: -1px;
    font-size: 26px;
    margin: 0 0 2px 0;
  }
 
  .small-hero a, .full-width-link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .small-hero a:hover > .color-back {
    text-decoration: underline;
  }
    .hero-banner-callout p {
      margin: 0;
    }
    .safety-essentials-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
      height: 100%;
    } 
    .safety-essentials-hero div {
      background: yellow;
    }
      .hero-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    padding: 0 17px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #222;
      }
      .hero-text h1 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 20px 0;
    letter-spacing: -.5px;

      }
      .hero-text h1 span {
      display: block;
      font-weight: 300;
      }
      .hero-blurb {
      font-size: 16px;
      margin: 0 0 28px 0;
      display: none;
      }

          .shop-now-button {
    display: block;
    width: 9em;
    text-align: center;
    background: #001f75;
    padding: 14px 0 15px 0;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;

  }
  .shop-now-button span {
    position: relative;
    z-index: 1;
    transition: .2s;
  }
      .ati-logo {
    width: 133px;
    margin: -10px 0 16px 0;
      }


            @media only screen and (min-width: 1100px) {
      .hero-text h1 {
      font-size: 25px;
        line-height: 36px;
        max-width: 12em;
          }
        }


      @media only screen and (min-width: 1300px) {
      .hero-text h1 {
        font-size: 29px;
        line-height: 38px;
        max-width: 12em;
          }
        }
      @media only screen and (min-width: 1100px) {
        .hero-blurb {
          display: block;
        }


         .hero-text {
      
          padding: 0 28px;
      
            }
  
      }
 @media only screen and (min-width: 1250px) {
.hero-text {
      
          padding: 0 40px;
      
            }
 }
  @media only screen and (max-width: 800px) {

    .ati-logo {
        width: 95px;
        margin: -5px 0 9px 0;
}
    
    .big-hero {
      margin: 0 0 20px 0;
    }
    .hero-text {
      font-size: 14px;
    line-height: 22px;
    }
    .shop-now-button {

   font-size: 14px;
    text-align: left; 
    background: transparent; 
    padding: 0;
    color: #0034c3;
    font-weight: bold;
    text-decoration: underline;
    }
  }

  .panel-logo {
    width: 284px;
    margin: 0 0 26px 0;
  }
  .blue-pill {
    border-color: #004ccf !important;
    background: #004ccf !important;
    color: #fff !important;
  }
  .wind-up span {
    background: #eb0000;
    display: inline-block;
    margin: 0 0 26px 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 11px;
  }
  @media only screen and (max-width: 900px) {
    .wind-up span {
      font-weight: normal;
      white-space: nowrap;
      margin: 0 0 10px 0;
      font-size: .7em;
      padding: 5px 9px;
    }
  }
  @media only screen and (max-width: 700px) {
    .wind-up span {
      display: none;
    }
  }


  /* collection */


  .sub-cat-list {
	display: grid;
	margin: 22px 0 18px 0;
	overflow: hidden;
}

.sub-cat-list img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	mix-blend-mode: darken;
}

.sub-cat {

	border-radius: 8px;
	overflow: hidden;
	background: #f1f1f14d;
	padding: 10px;
	border: 2px solid #dadada;
}

.sub-cat:last-of-type {
	margin: 0;
}

.sub-cat.current {
	border-color: #0034c3;
}

.sub-cat>a {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	color: #222;
}

.related-img-contain {
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 7px 0 0 0;
}

.related-cat-title {
	line-height: 1.3;
	text-align: center;
	color: #222;
	padding: 0 10px;
	display: block;
	margin: 10px 0;
}

.sub-next,
.sub-prev {
	color: #0034c3;
	font-weight: 800;
	cursor: pointer;
	font-size: 14px;
}

.sub-next {
	padding: 0 0 0 3px;
}

.sub-prev {
	padding: 0 3px 0 0;
}

.sub-prev-next {
	position: absolute;
	right: 0;
	top: -40px;
}

.swiper-button-disabled {
	color: #888;
}

.cat-head {
	margin: 0 0 12px 0;
	color: #211e22;
	font-size: 30px;
}

.product-count {
	padding: 0 0 0 0px;
	font-weight: 500;
}

.flex-align {
	display: flex;
	align-items: center;
	color: #211e22;
	font-size: 30px;
	margin: 15px 0 10px 0 !important;
}

.highlight-title {

	letter-spacing: -1px;
}

.sort-cat {
	float: right;
	margin: 0 !important
}

.brand-meta {
	border: 1px solid #c3c3c3;
	padding: 20px;
	margin: 20px 0 10px 0;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 36%);
	border-radius: 8px;
}

.brand-meta-logo {
	text-align: center;
	margin: 0 0 15px 0;
}

.brand-meta-intro {
	border-width: 0;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
	background: #f1f1f138;
	padding: 15px 18px;
	border-radius: 8px;
}

.cat-search {
	display: none !important;
}

.cat-search:focus {
	border-color: blue;
}

@media only screen and (min-width: 650px) {
	.cat-search {

		display: block !important;
		border-radius: 4px;
		padding: 7px 18px !important;
		height: 49px;
		margin: 10px 0 0 0 !important;
		background-image: url(//www.poolweb.com/cdn/shop/t/117/assets/magnifying-glass.svg?v=68149756288384839891766519516);
		background-position: 94% center;
		background-repeat: no-repeat;
		max-width: 20em !important;
		border-color: #adadad !important;
	}

	.cat-header {
		display: flex !important;
	}

	.brand-meta {
		display: flex;
		align-items: center;
	}

	.brand-meta-logo {
		border-width: 0;
		margin: 0 20px 0 0;
		padding: 0 0 0 0;
	}

	.brand-meta-intro {
		margin: 0 20px 0 0;
	}

	.brand-meta-contact {
		white-space: nowrap;
		padding: 0 0 0 20px;
	}
}

.also-see-cats {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	gap: 10px;
	row-gap: 14px;
	margin: 16px 0 10px 0;
}

.also-cat {
	background: #f8f8f840;
	border-radius: 8px;
	min-width: 48.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ebebeb;
	flex-basis: 48.5%;
	font-size: 14px;
}

.toggle-related-cats {
	display: block;
}

#toggle-cat-trigger {
	color: #0e0e0e;
	background: #f7f7f8;
	display: block;
	margin: 16px 0 0 0;
	border: 1px solid #f3f3f3;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	/* font-weight: 800; */
}

.also-see-container {
	position: relative;
	display: none;
}


@media only screen and (min-width: 800px) {
	.also-see-container {
		display: block;
	}

	.also-see-cats {
		flex-wrap: nowrap;
	}

	.toggle-related-cats {
		display: none;
	}

	.also-cat {
		min-width: 32.3%;
		flex-basis: 32.3%;
	}
}

@media only screen and (min-width: 900px) {
	.also-cat {
		min-width: 24.1%;
		flex-basis: 24.1%;
	}
}

@media only screen and (min-width: 1000px) {
	.also-cat {
		min-width: 19.2%;
		flex-basis: 19.2%;
	}
}

@media only screen and (min-width: 1200px) {
	.also-cat {
		min-width: 15.95%;
		flex-basis: 15.95%;
	}
}

.also-cat.current {
	border-color: #6c93ff;
}

.also-cat img {
	max-height: 80px;
	mix-blend-mode: darken;
	display: block;
	margin: 5px auto 0 auto;
}

.show-all-cats {
	flex-wrap: wrap;
}

#expand-also-see {
	display: none;
	position: absolute;
	right: 48%;
	font-size: 14px;
}

#expand-also-see a:after,
#toggle-cat-trigger:after {
	font-family: FontAwesome !important;
	content: "\f067" !important;
	margin: 0 0 0 5px !important;
}

#expand-also-see a.expanded:after,
#toggle-cat-trigger.expanded:after {
	font-family: FontAwesome !important;
	content: "\f068" !important;
	margin: 0 0 0 5px !important;
}

/* main section buckets */

    .mega-hero {
        background-image: url(//www.poolweb.com/cdn/shop/t/117/assets/main-cat-hero-safety-lifeguard.jpg?v=30437831152509742401766519518);
        position: relative;
        padding: 50px 0;
        text-align: center;
        background-size: cover;
        margin: 0 0 20px 0;
        background-position: left;
    }
    .mega-hero h1 {
        color: #fff;
        font-size: 33px;
    }
    .mega-cat-callout {
        color: #fff;
        font-size: 16px;
    }

    .mega-hero h1, .mega-cat-callout {
        text-shadow: 1px 1px 11px #002463;
    }
    .mega-poolweb-benefits {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: rgb(6 6 6 / 28%);
    }

    .mega-poolweb-benefits ul {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .mega-poolweb-benefits ul li {
        padding: 12px 8px;
        color: #fff;
        font-weight: bold;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.mega-two-col {
        padding-top: 10px;
        display: grid;
    }
    .mega-sub-section-header {
        margin-bottom: 18px;
    }
    .mega-sub-section-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 12px;
        margin: 0 0 18px 0;
    }
    .mega-feat-cat {
        background: #fff;
        text-align: center;
        border: 1px solid #dadada;
        transition: all .2s ease;
        border-radius: 5px;
        padding: 5px;
    }
    .mega-feat-cat:hover {
        border-color: #0c40cb;
    }
    .mega-feat-cat-image {
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }
    .mega-feat-cat-image img {
        max-height: 93%;
    }
    .mega-feat-cat h3 {
        font-weight: normal;
        letter-spacing: 0;
        color:#333;
    }
    .fifty-fifty {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 18px;
    }
    .mega-cat-nav li {
        border-bottom: 1px solid #e5e5e5;
    }
    .mega-collection-top-level {
        display: block;
        padding: 12px 0;
        position: relative;
        color: #333;
    }
    .mega-collection-top-level:after {
        content: "\f078";
        font-family: FontAwesome;
        font-size: 9px;
        position: absolute;
        right: 0;
        top: 33%;
        opacity: .8;
    }
    .mega-collection-sub-level {
        padding: 12px 0;
        display: none;
    }
    .mega-benefits-icon {
    height: 30px;
    margin: 0 7px 0 0;
    }
    .mega-aside-nav {
        display: none;
    }
    .mega-sub-section-grid {
        grid-template-columns: 1fr 1fr;
    }
    @media screen and (min-width: 950px) {
        .mega-sub-section-grid {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }
    @media screen and (min-width: 1000px) {
        .mega-hero {
            background-position: center;
        }
        .mega-sub-section-grid {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
        .mega-aside-nav {
            display: block;
        }
    .mega-hero {
        padding: 85px 0 120px 0 !important;
    }
        .mega-poolweb-benefits {
            display: block !important;
        }
        .mega-two-col {
            grid-template-columns: 20% 1fr;
            grid-gap: 20px;
        }
    }

    /* frequently bought */

     .frequently-bought {
        margin: 24px 0 30px 0;
        border-top: 1px solid #dadada;
        padding: 20px 0 0 0;
    }
    .frequently-bought h2 {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    .frequent-thumbs {
        display: flex;
        align-items: center;
        overflow: auto;
    }
    .frequent-thumb {
        background: #f3f3f3;
        height: 150px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        border-radius: 8px;
    }
    .frequent-thumb img {
        mix-blend-mode: darken; 
        max-width: 90%;
        max-height: 90%;
    }
    .frequent-sep {
        font-size: 23px;
        padding: 0 12px;
    }
 	li.frequent-sep:first-of-type {
        display: none; 
    }
    .current-item-tag {
        font-weight: bold; 
    }
    .this-title {
        font-weight: 400; 
    }
    .total-and-button {
         padding: 0 0 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .frequent-list li {
        margin: 0 0 5px 0 
    }
    .frequent-price {
        font-family: "Open Sans";
        font-weight: 800;
        color: #bd4618;
        padding: 0 0 0 4px;
    }
    .frequent-add-all {
        color: black !important;
        background: #ffc220 !important;
        font-size: 14px;
        padding: 15px 20px !important;
        border-radius: 5px !important;
        box-shadow: 0 2px 2px 0px rgb(92 92 92 / 50%);
        border: none;
        cursor: pointer;
        white-space: nowrap;
    }
    .frequent-add-all:hover {
        box-shadow: 0 2px 2px 0px rgb(92 92 92 / 70%); 
    }
    .frequent-totes {
        font-weight: 800;
        font-family:"Open Sans";
        display: inline-block;
        margin: 0 0 10px 0;
    }
    button:disabled,
    button[disabled],
    button:disabled:hover,
    button[disabled]:hover{
        background: #222;
        opacity: .35;
    }
    .shop-replacement-parts {
        background: #fffad778;
        padding: 16px;
        border: 1px solid #dfddbe;
        margin: 0 0 10px 0;
        display: flex;
        align-items: center;
    }
    .shop-replacement-parts p {
        margin: 0;
    }
    .shop-replacement-parts img {
        margin: 0 8px 0 0 ;
    }
    .ship-notification {
        margin: -9px 0;
    }
    .ship-notification-inner {
        display: flex;
        align-items: center;
    }
    .ship-truck-icon {
        width: 44px;
        position: relative;
        margin: 0 7px 0 0;
        top: -2px;
    }
    .ship-options {
        margin-bottom: 28px;
    }
    .ship-notification-inner {
        display: flex;
        align-items: center;
    }
    .ship-truck-icon {
        width: 36px;
        position: relative;
        margin: 0 7px 0 0;
        top: -2px;
    }
    .ship-notification {
        margin: -8px 0 -6px 0;
    }  

      .trustmarks {
    border-top: 1px solid #dadada;
    padding-top: 26px;
    margin: 26px 0
  }
.policy_icon_box {
  width: 32px; 
}
.trust-div {
  display: flex;
    gap: 12px;
    margin: 0 0 6px 0;
}
.trust-title {
  font-weight: bold;
}