/* Theme Name: Barebones */
/* === Global === */
:root {
	--font_body: 'Montserrat', sans-serif;
}
body .gform_wrapper.gravity-theme .button,
.btn {
	background-color: var(--color-3);
	color: #fff;
	border-radius: 10px;
	padding: .6em 1em .5em;
	font-size: 16px;
	letter-spacing: 1px;
	border: none;
	transition: all ease .3s;
}
a {
	color: var(--color-1);
}
a:hover,
a:focus {
	color: var(--color-3);
}
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-1);
}
.mega-menu a {
	color: var(--color-1);
}
.mega-menu a:hover,
.mega-menu a:focus {
	color: var(--color-3);
}
.button-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
	margin-bottom: 20px;
}
.button-row:last-child {
	margin-bottom: 0;
}
.button-row p {
	margin-bottom: 0;
}
.button-row .btn {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* === Header/Nav === */
.primary-header {
	margin-bottom: 5px;
}
.primary-header .primary-header-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.primary-header .header-row {
	justify-content: center;
	align-items: flex-end;
	column-gap: 50px;
	display: grid;
	grid-template-columns: 1fr 240px 1fr;
	justify-content: space-between;
	align-items: center;
}
.primary-header .header-row .nav-col,
.primary-header .header-row .header-right {
	flex: 0 1 265px;
}
.primary-header .header_text {
	font-weight: 700;
	flex: 0 1 auto;
	text-align: left;
	color: var(--color-3);
	font-size: 15px;
}
.primary-header .nav-col .menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	column-gap: 20px;
	text-transform: uppercase;
	font-size: 12px;
	justify-content: flex-end;
}
.primary-header .nav-col {
	justify-content: flex-end;
}
.primary-header .nav-col .menu a {
	text-decoration: underline;
}
.primary-header .logo {
	max-width: 340px;
	margin: 0 auto 20px;
}

.primary-header .header-right .link a {
	display: flex;
	align-items: flex-start;
}
.primary-header .header-right .link .icon {
	padding-left: 5px;
}
.primary-header .search {
	font-size: 14px;
}
.primary-header .search form {
	position: relative;
	border: 1px solid #aaa;
	border-radius: 8px;
	overflow: hidden;
}
.primary-header .search button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: none;
	border: none;
	background-color: var(--color-3);
	color: #fff;
	aspect-ratio: 1/1;
}
.primary-header .search input {
	width: 100%;
	padding: 8px;
	border: none;
}
.primary-header .logo-wrap {
	position: relative;
}
.primary-header .header_phone {
	position: absolute;
	bottom: 0;
	right: 0;
	left: calc(50% + 170px);
	text-align: center;
	font-weight: 700;
}
.primary-header .header_phone a {
	color: var(--color-3);
}
.primary-header .header_phone a:hover,
.primary-header .header_phone a:focus {
	color: var(--color-1);
}
.main-nav {
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: #fff;
}
.main-nav .mega-menu {
	box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.25);
}
.main-nav .menu > .menu-item.active.standard-menu-item > .menu-link a {
	background: none;
	color: var(--color-1);
}
.main-nav .menu > .menu-item.standard-menu-item > .menu-link a:hover,
.main-nav .menu > .menu-item.standard-menu-item > .menu-link a:focus {
	color: var(--color-3);
}
.mobile-c2a .links {
	flex: 1 1 auto;
}
.mobile-c2a .link {
	flex: 1 1 auto;
	text-align: center;
	font-size: 14px;
}
.mobile-c2a .link .icon {
	display: inline-block;
	padding-right: 6px;
}
.mobile-header .menu a:hover,
.mobile-header .menu a:focus {
	color: var(--color-4);
}

/* === Footer === */
.primary-footer {
	background-color: var(--color-3);
	color: #fff;
}
.primary-footer .footer-row {
	padding: 35px 0;
	column-gap: 50px;
	row-gap: 30px;
	align-items: center;
}
.primary-footer .copyright {
	background-color: var(--color-1);
	padding: 10px 0;
}
.primary-footer .copyright a {
	font-weight: 400;
	font-size: 12px;
}
.primary-footer .info-col {
	font-weight: 500;
}
.primary-footer .info-col a {
	font-weight: 500;
}
.primary-footer .info-col .logo {
	margin-bottom: 10px;
}
.primary-footer .info-col .logo img {
	height: 100px;
	width: auto;
}
.primary-footer .info-col .contact-info {
	margin: 10px 0;
}
.primary-footer .info-col .social {
	margin-top: 10px;
	font-size: 32px;
	column-gap: .5em;
}
.primary-footer a {
	color: #fff;
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: var(--color-5);
}
.primary-footer .menu {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-rows: repeat(9, auto);
	margin: 0;
	padding: 0;
	list-style: none;
	column-gap: 30px;
	row-gap: 0;
}
.primary-footer .menu .sub-menu {
	margin: 0;
	padding: 0;
	display: block;
	background: none;
	list-style: none;
	position: static;
	transform: none;
}
.primary-footer .menu .menu-item a {
	display: block;
	white-space: normal;
	max-width: 200px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.primary-footer .menu .menu-item:nth-child(1) {
	grid-column-start: 1;
	grid-row: 1 / 9;
}
.primary-footer .menu .menu-item:nth-child(2) {
	grid-column-start: 2;
	grid-row: 1 / 3;
}
.primary-footer .menu .menu-item:nth-child(3) {
	grid-column-start: 2;
	grid-row: 3 / 9;
}
.primary-footer .menu .menu-item:nth-child(4) {
	grid-column-start: 3;
	grid-row: 1 / 9;
}
.primary-footer .menu .menu-item:nth-child(5) {
	grid-column-start: 4;
	grid-row: 1 / 3;
}
.primary-footer .menu .menu-item:nth-child(6) {
	grid-column-start: 4;
	grid-row: span 4;
}
.primary-footer .menu .menu-item:nth-child(7) {
	grid-column-start: 4;
	grid-row: span 1;
}
.primary-footer .menu .sub-menu {
	margin-top: 5px;
	margin-bottom: 5px;
}
.primary-footer .menu .sub-menu .menu-item a {
	font-size: 16px;
	font-weight: 400;
}

/* === Home Page === */
.banner-section {
	border-top-left-radius: 100px;
	overflow: hidden;
	margin-top: 14px;
}
.banner-section .content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.banner-section .content h1 {
	font-size: 42px;
	margin-bottom: 15px;
}
.banner-section .content h2 {
	font-size: 32px;
}
.banner-section .content .button-row {
	margin-top: 30px;
}
.banner-section .content .btn {
	text-shadow: none;
	font-size: 20px;
	border: 1px solid #fff;
}
.banner-section .image img {
	height: 50vw;
	min-height: 400px;
	object-fit: cover;
}
.text-banner {
	background-color: var(--color-1);
	color: #fff;
	padding: 50px 0;
}
.text-banner .text-row {
	justify-content: center;
	align-items: center;
	column-gap: 50px;
	row-gap: 30px;
}
.text-banner .content-col > *:last-child {
	margin-bottom: 0;
}
.text-banner h2 {
	font-size: 26px;
}
.text-banner + .ql-section {
	padding-top: 25px;
}
.text-banner .spacer {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.text-banner p {
	line-height: 1.7;
}
.text-banner .btn:hover,
.text-banner .btn:focus {
	background-color: var(--color-5);
	color: var(--color-1);
}
.ql-section {
	background-color: var(--color-1);
	padding: 75px 0;
	color: #fff;
	text-align: center;
}
.ql-section .content {
	margin-bottom: 50px;
}
.ql-section a {
	color: #fff;
}
.ql-section a:hover .heading,
.ql-section a:focus .heading {
	background-color: var(--color-3);
}
.ql-section .links {
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 25px;
	justify-content: center;
	align-items: flex-end;
}
.ql-section .link {
	flex: 0 1 120px;
	min-width: 120px;
}
.ql-section .link .heading {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px;
	margin-top: 10px;
}
.ql-section .link .image img {
	height: 75px;
	width: 100%;
	object-fit: contain;
	object-position: 50% 100%;
}
.product-section .container {
	padding-top: 75px;
	padding-bottom: 75px;
}
.product-section .content {
	margin-bottom: 50px;
}
.product-section .owl-carousel {
	max-width: calc(100% - 150px);
	margin: 0 auto;
}
.product-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 62px;
	color: var(--color-3);
}
.product-section .owl-carousel .owl-nav button.owl-prev {
	left: -75px;
}
.product-section .owl-carousel .owl-nav button.owl-next {
	right: -75px;
}
.product-section .sec-link {
	text-align: center;
	margin-top: 50px;
}
.product-section .product {
	text-align: center;
}
.product-section .product .image {
	margin-bottom: 20px;
}
.product-section .product .heading {
	font-weight: 700;
	margin-bottom: 5px;
}
.product-section .product .excerpt {
	margin-bottom: 5px;
}
.product-section .product .price {
	margin-bottom: 5px;
}
.product-section .product a {
	text-decoration: underline;
	color: var(--color-3);
}
.product-section .product a:hover,
.product-section .product a:focus {
	color: var(--color-1);
}
.product-section + .product-section .container {
	border-top: 2px solid var(--color-1);
}
.content-section {
	margin: 75px 0;
}
.content-section .content-row {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 30px;
	align-items: center;
}
.content-section .content-row > .col {
	flex: 1 1 calc(50% - 50px);
}
.content-section .image-col .inner {
	position: relative;
	padding-top: 50px;
	padding-left: 50px;
}
.content-section .image-col .inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 50px;
	bottom: 50px;
	background-color: var(--color-5);
	z-index: -1;
	border-radius: 50px;
}
.content-section .image-col .inner img {
	border-radius: 100px;
}
.feature-section {
	margin: 75px 0;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 30px;
}
.feature-section .feature {
	flex: 1 1 calc(50% - 50px);
	border: 2px solid var(--color-3);
	border-radius: 50px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-section .feature p:last-child {
	margin-bottom: 0;
}
.toggle-item {
	border: 2px solid var(--color-3);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out .4s;
}
.toggle-item > .toggle-content {
	display: none;
	border-top: 1px solid var(--color-3);
	padding: 5px 15px;
}
.toggle-item.active > .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}
.product-tabs-wrap {
	clear: both;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	color: var(--color-1);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:focus {
	color: var(--color-3);
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 20px;
}
.woocommerce div.product div.images img {
	max-height: 300px;
	width: auto;
	margin: 0 auto;
}
.woocommerce div.product form.cart .variations select {
	padding: 4px 48px 4px 12px;
}
.woocommerce div.product div.images .flex-control-thumbs {
	flex-wrap: wrap;
	display: flex;
	row-gap: 15px;
}
.wc-section .woocommerce-variation-add-to-cart {
	display: flex;
}
.wc-section .woocommerce-variation-add-to-cart .quantity input {
	height: 100%;
}
.wc-section .woocommerce-variation-price {
	margin-bottom: 15px;
}
.wc-section .sku_wrapper {
	display: none;
}
.wc-section .variations tr {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.wc-section .variations tr label {
	margin-bottom: 0;
}
.wc-section .product_title {
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 30px;
	color: var(--color-1);
}
.wc-section .summary .product_title {
	display: none;
}
.wc-section .shop-border {
	border-top: 14px solid var(--color-1);
	margin-bottom: 30px;
}
.wc-section .woocommerce-breadcrumb {
	margin-bottom: 15px;
}
.wc-section .woocommerce-product-gallery .flex-control-nav {
	margin-top: 20px;
}
.wc-section .product-tabs-wrap {
	background-color: var(--color-6);
	padding: 10px 0;
}
.wc-section .product-tabs {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.wc-section .product-tabs .spacer {
	flex: 0 0 1px;
	background-color: #eee;
	align-self: stretch;
}
.wc-section .product-tab {
	flex: 1 1 auto;
	text-align: center;
}
.wc-section .product-tab a {
	color: var(--color-1);
	padding: 12px;
	display: block;
}
.wc-section .product-tab a:hover,
.wc-section .product-tab a:focus {
	color: var(--color-3);
}
.wc-section .tab-section {
	flex: 1 1 100%;
	padding: 50px 0;
	background-color: #fff;
}
.wc-section .tab-section h2 {
	font-weight: 700;
}
.wc-section .tab-section.tab-faqs {
	background-color: var(--color-6);
}
.wc-section .specs-docs-section {
	background-color: var(--color-6);
}
.wc-section .specs-docs {
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 30px;
}
.wc-section .specs-docs a {
	color: var(--color-1);
}
.wc-section .specs-docs a:hover,
.wc-section .specs-docs a:focus {
	color: var(--color-3);
}
.wc-section .specs-docs .tab-specs {
	flex: 1 1 calc(66.66% - 30px);
}
.wc-section .specs-docs .tab-documents {
	flex: 1 1 calc(33.33% - 30px);
}
.wc-section .specs-docs .specs {
	border: 1px solid #aaa;
}
.wc-section .specs-docs .spec {
	border-bottom: 1px solid #aaa;
}
.wc-section .specs-docs .spec:last-child {
	border-bottom: 0;
}
.wc-section .specs-docs .spec .heading {
	flex: 0 0 200px;
	background-color: #eee;
	border-right: 1px solid #aaa;
	font-weight: 700;
	display: flex;
	align-items: center;
	font-size: 1.15em;
	padding: 12px;
}
.wc-section .specs-docs .spec .content {
	padding: 12px;
}
.wc-section .specs-docs .spec .content p:last-child {
	margin-bottom: 0;
}
.wc-section .doc a {
	display: flex;
	align-items: center;
	line-height: 1;
	margin: 8px 0;
	column-gap: .5em;
	font-weight: 400;
}
.wc-section .doc .icon {
	font-size: 1.5em;
}
.wc-section .review {
	padding: 16px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	column-gap: 50px;
}
.wc-section .review .info-col {
	flex: 1 1 250px;
}
.wc-section .review .content-col {
	flex: 1 1 calc(100% - 300px);
}
.wc-section .review .rating {
	color: var(--color-3);
}
.wc-section .review .heading {
	color: var(--color-1);
	font-weight: 700;
	margin: 6px 0;
}
.wc-section .faq h3 {
	margin-bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: var(--color-3);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--color-3);
}
.woocommerce div.product form.cart .variations label {
	color: var(--color-text);
	font-size: 16px;
}
.content-section.img-right .content-row {
	flex-direction: row-reverse;
}
.content-section.not-rounded .image-col .inner {
	padding: 0;
}
.content-section.not-rounded .image-col .inner:before {
	display: none;
}
.content-section.not-rounded .image-col img {
	border-radius: 0;
}
body.ip .banner-section .image img {
	height: 25vw;
}
.blog-section {
	margin: 50px 0;
}
.blog-section .sidebar h2 {
	margin-bottom: 5px;
}
.blog-section .read-more a {
	font-weight: 700;
}
.woocommerce section.related {
	padding: 50px 0 20px;
}
.woocommerce section.related h2 {
	font-weight: 700;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 8;
}
.woocommerce-pagination {
	margin-bottom: 30px;
}
.contact-section {
	margin: 50px 0;
}
.contact-section .contact-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.contact-section .contact-row > .col {
	flex: 1 1 calc(50% - 25px);
}
.locations-section {
	margin: 50px 0;
}
.locations-section .locations {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	margin-top: 30px;
}
.locations-section .location {
	flex: 0 1 calc(50% - 15px);
	line-height: 1.4;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
	background-color: var(--color-6);
	border: 2px solid var(--color-4);
}
.locations-section .location h3 {
	margin-bottom: 15px;
	font-weight: 500;
}
.locations-section .location .content-col {
	flex: 1 1 55%;
	padding: 15px;
	align-self: center;
}
.locations-section .location .map-col {
	flex: 1 1 45%;
}
.locations-section .location .map-col iframe {
	width: 100%;
	height: 100%;
	min-height: 150px;
}
.locations-section .location .address {
	margin-bottom: 15px;
}
.gform_required_legend {
	display: none;
}
legend {
	border: none;
}
.no-banner {
	border-top: 14px solid var(--color-1);
}
.single-product .disclaimers .free_shipping {
	color: var(--color-3);
	font-weight: 500;
	font-size: 22px;
}
.single-product .disclaimers {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	color: #d01515;
	font-weight: 500;
}
.single-product .disclaimers .icon {
	display: inline-block;
	margin-right: .5em;
}
.single-product .product-sku.no-sku {
	display: none;
}
.blog-section .blogs-col {
	flex-grow: 1;
}
.archive .product .ratings-row {
	margin-bottom: 10px;
	column-gap: .5em;
	font-weight: 500;
}
.archive .product .ratings-row .star {
	color: var(--color-5);
}
.archive .product .ratings-row a {
	font-weight: 500;
}
.woocommerce ul.products li.product .price del,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: var(--color-3);
	opacity: 1;
}
.product-section .item .price-row {
	align-items: center;
	color: var(--color-3);
	justify-content: center;
	column-gap: .3em;
}
.product-section .item .price-row .regular-price {
	display: none;
	font-size: .9em;
	text-decoration: line-through;
}
.product-section .item .price-row.on-sale .regular-price {
	display: block;
}

.product-section .item a {
	text-decoration: none;
	font-weight: 400;
}
.product-section .item .link a {
	text-decoration: underline;
	font-weight: 700;
}
.product-section .item .heading a {
	color: var(--color-text);
	font-weight: 700;
}
.product-section .item .price-row .final-price a {
	font-weight: 500;
}
.prop_65_warning {
	background: #fcf7df;
	border: 3px solid #ff2806;
	padding: 10px;
	color: var(--color-text);
}
.prop_65_warning .icon {
	color: #d01515;
}
.prop_65_warning a {
	color: #d01515;
}
.prop_65_warning a:hover,
.prop_65_warning a:focus {
	color: var(--color-2);
}
.woocommerce form .form-row .input-checkbox {
	margin-bottom: 5px;
	display: block;
	position: relative;
}
/* === Interior Pages === */
/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.primary-header .header-row .nav-col,
  .primary-header .header-row .header-right {
		flex-basis: 280px;
	}
	.ql-section .link {
		flex-basis: calc(25% - 18.75px);
	}
	.primary-footer .footer-row {
		flex-wrap: wrap;
		justify-content: center;
	}
	.primary-footer .info-col {
		text-align: center;
	}
	.primary-footer .info-col .logo img {
		margin: 0 auto;
	}
	.primary-footer .info-col .social {
		justify-content: center;
	}
	.primary-header .header-row {
		column-gap: 20px;
		grid-template-columns: 5fr 220px 4fr
	}
}
@media screen and (max-width: 991px) {
	[id] {
		scroll-margin-top: calc(30px + var(--headerHeight));
	}
	.main-nav {
		display: none;
	}
	.content-section .content-row > .col {
		flex-basis: 100%;
	}
	.feature-section .features {
		column-gap: 30px;
	}
	.feature-section .feature {
		padding: 40px 20px;
	}
	.locations-section .location {
		flex-wrap: wrap;
		text-align: center;
	}
	.locations-section .location > .col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .content {
		text-align: center;
	}
	.banner-section .content .button-row {
		justify-content: center;
	}
	.product-section .owl-carousel {
		max-width: calc(100% - 60px);
	}
	.product-section .owl-carousel .owl-nav button {
		font-size: 28px;
	}
	.product-section .owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	.product-section .owl-carousel .owl-nav button.owl-prev {
		left: -30px;
	}
	.content-section .image-col .inner:before {
		display: none;
	}
	.content-section .image-col .inner {
		padding: 0;
	}
	.text-banner .text-row {
		flex-wrap: wrap;
	}
	.text-banner .text-row > .col {
		flex-basis: 100%;
	}
	.primary-footer a {
		display: inline-block;
		max-width: var(--available_width);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: bottom;
	}
	.primary-footer .info-col {
		max-width: 100%;
	}
	.primary-footer .menu {
		grid-template-columns: repeat(2, auto);
		display: block;
		column-count: 2;
	}
	.primary-footer .menu > .menu-item {
		margin-top: 10px;
	}
	.feature-section .feature {
		min-width: 50%;
		max-width: 450px;
		margin: 0 auto;
	}
	.wc-section .specs-docs > .col {
		flex-basis: 100%;
	}
	.wc-section .review {
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.wc-section .review > .col {
		flex-basis: 100%;
	}
	.wc-section .product-tabs-wrap {
		padding: 0;
	}
	.wc-section .product-tabs {
		flex-direction: column;
	}
}
@media screen and (max-width: 599px) {
	.locations-section .location {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 499px) {
	.wc-section .specs-docs .spec {
		flex-direction: column;
	}
	.wc-section .specs-docs .spec .heading {
		flex: 1 1 auto;
		border: none;
	}
}
@media screen and (max-width: 399px) {
	.mobile-header .logo-col {
		margin-right: 0;
	}
	.primary-footer .menu {
		column-count: 1;
	}
}
