.menu-skip-links ul {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

header.banner {
	z-index: 9997;
}

/* mailchimp modal is z-index 9998 */

@media screen and (max-width: 992px) {
	.banner-fixed-wrapper {
		min-height: 0px;
	}
}

header .social img {
	height: 48px;
}

header .social img.patten-pending-icon {
	height: 60px;
	margin-right: 20px;
}

/* disable static header for checkout 1/22/20  */
body.woocommerce-checkout .banner.fixed {
	position: relative;
}

/* looks like header class name changed, KL re-established 8/9/22  */
body.woocommerce-checkout .banner-fixed-wrapper,
body.woocommerce-cart .banner-fixed-wrapper {
	position: relative !important;
}


.mobile-only {
	display: none;
}

@media screen and (max-width:768px) {
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}
}

.page-header {
	margin-top: 3rem;
}

body.single-product div.single-product {
	margin-top: 1rem;
}

.home #services h2 {
	color: black;
	font-weight: 500;
	margin: 2.5rem 0 1rem 0;
	max-width: 100% !important;
	padding-top: 0 !important;
	text-shadow: none !important;
}

.home #services h3 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	max-width: 80%;
	padding-top: 25%;
	text-shadow: 1px 1px 1px #000;
}

@media (max-width: 992px) {
	.home #services h3 {
		font-size: 1.3rem !important;
	}
}


.home #services a:hover {
	text-decoration: none;
}

@media screen and (max-width:768px) {
	.home #content h2 {
		padding-top: 15px;
	}
}

@media (max-width: 992px) {
	#slider .content {
		display: none;
	}
	
	#slider, .home .video {
		background: black;
	}
}

#slider .mobile-content a.custom-btn:hover,
#slider .mobile-content.woocommerce a.button:hover {
	border-color: #fbaf08;
	background: #fbaf08;
}

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

	.page-id-2575 .row.designer .woocommerce.columns-1 ul.products li.product,
	.page-id-2575 .row.designer .woocommerce.columns-3 ul.products li.product,
	.page-id-2575 .row.kits .woocommerce.columns-3 ul.products li.product {
		width: 100%;
		margin-bottom: 1em;
	}

	/* products page */
	.page-id-2575 .products .bolt-image {
		display: none;
	}

	/* no longer doing a mobile view for the bolts image */
	.products .bolt-image-mobile {
		text-align: center;
		padding-top: 20px;
		max-width: 80%;
		margin: 0 auto;
	}

	.products .bolt-image-mobile img {
		max-width: 40%;
		padding: 0 2.5%;
		float: left;
		margin: 0 5%;
	}
}

/* space between product photo and gallery images below */
body.single-product .woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 15px;
}

img.sv-wc-payment-gateway-icon {
	display: inline
}

.woocommerce-page .col-1,
.woocommerce-page .col-2 {
	flex: 0 1 auto;
	max-width: 100%;
	padding: 0;
}

/* my account */
.woocommerce-page #content table.cart td.actions .input-text {
	width: 180px;
}

/* coupon code field */
@media screen and (min-width:768px) {
	.access .woocommerce ul.products li.product {
		margin-bottom: 1%;
	}
}

p.intro {
	font-size: 1.2rem !important;
}

.blog-cta-wrap {
	background: #F5F5F5;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 5px;
}

.button-blog-cta {
	padding: .375rem .75rem;
	font-size: 1rem;
	background: linear-gradient(#d23e45, #cf3239, #c42e35);
	text-align: center;
	width: 100%;
	position: relative;
	display: inline-block;
}

a.button-blog-cta {
	transition: all .2s ease;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.button-blog-cta:hover {
	color: black;
	background: #dcdcdc;
}

.single .entry-content h2,
.single .entry-content h3 {
	padding-top: 1rem;
}

.single .entry-content h3 {
	font-size: 1.45rem !important;
}

@media (min-width: 576px) {
	.single img.alignright {
		float: right;
		margin-left: 2rem;
	}
}

.single .entry-content article a {
	text-decoration: underline;
}

.entry-title {
	margin-bottom: 20px;
}

body.checkout .woocommerce-form-coupon-toggle {
	display: none;
}

/*4/23/20 */

img.icon-weather {
	float: left;
	margin: 0 .5rem .5rem 0;
}

/* Responsive iframes */
.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#instructions h3 {
	color: black;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 90%;
	font-weight: 700;
}

#instructions .step_instructions {
	padding-left: 10px;
	font-style: italic;
	margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
	#instructions h3 {
		padding-top: 110%;
	}
}

@media only screen and (max-width: 768px) {
	#instructions h2 {
		margin-top: 25px !important;
	}

	#instructions h3 {
		padding-top: 80%;
	}
}

footer ul.menu {
	margin-bottom: 0
}

@media only screen and (min-width: 576px) {
	footer .footer-logo {
		text-align: center;
		border-right: 1px solid #cf3239;
	}
}

@media only screen and (min-width: 768px) {
	footer .footer-social {
		border-left: 1px solid #cf3239;
	}
}

@media screen and (max-width:992px) {
	footer .footer-logo {
		margin-bottom: 25px;
	}

	footer .footer-social img.alignleft {
		float: left;
		margin-right: .5rem;
	}
}

footer .footer-menu div.widget_nav_menu {
	display: inline-block;
	padding-right: 30px;
	vertical-align: top;
}

footer .footer-social {
	font-size: 18px;
	margin-bottom: 25px;
}

footer .feedback {
	padding-bottom: 20px;
}

footer .feedback a {
	text-decoration: underline;
}

footer .feedback a:hover {
	text-decoration: none;
}

/* CART ICON UPDATES 2/11/2022 */
#menu-header-menu {
	margin-top: 37px;
}

#menu-header-menu li a {
	font-family: Arvo, sans-serif;
	font-size: 13px !important;
	color: #cf3239 !important;
}

#menu-header-menu li a:after {
	content: "|";
	color: black;
	padding: 5px;
	font-weight: 100;
}

#menu-header-menu li.last a:after {
	content: "";
}

header.banner .main-nav-container {
	padding: 13px 0;
	background: black !important;
}

header.banner .nav-primary li a {
	font-family: Arvo, sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	padding: 0px;
}

header.banner .nav-primary li a:after {
	content: "|";
	color: white;
	padding: 16px;
	font-weight: 100;
}

header.banner .nav-primary li.last a:after {
	content: "";
}

header.banner .nav-primary li a:hover {
	color: #cf3239;
}

.banner-cta {
	width: 100%;
	background: #EDEDED;
	padding: 1px;
	text-align: center;
	color: black;
	margin-top: 0px;
	font-weight: 800;
}

.banner-cta.yellow {
	background: #FEC50C !important;
}

.banner-cta.green {
	background: #3BF78A !important;
}

.banner-cta p {
	padding: 5px;
	margin: 0px;
}

.veteran_owned p {
	font-size: 15px;
	text-align: left;
	margin-top: 10px;
	margin-left: -25px;
	line-height: 1;
}

.veteran_owned a {
	color: black !important;
	text-decoration: none !important;
}

img.custom-logo {
	position: absolute;
	filter: drop-shadow(0px 0px 5px black);
	z-index: 4;
}

@media (min-width: 768px) {
	header.banner .logo .custom-logo {
		max-width: 100%;
		min-height: 135px;
	}
}

.cartcount {
	position: absolute;
	right: 0;
	bottom: -6px;
	border: 0;
}

.cartcount:hover{
	bottom: -6px;
	border: 0;
}

a.cart-contents,
a.cart-text {
	color: #cf3239;
	line-height: 1;
}

.cart-contents-count {
	color: black;
	background-color: #E1E1E1;
	font-size: 10px;
	font-weight: bold;
	border-radius: 10px;
	padding: 2px 4px;
	left: 33px;
	position: absolute;
	font-family: Oswald;
}

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

.cta-mobile-banner .veteran_owned p {
	margin-top: 25px;
}

.cta-mobile-banner .veteran_owned p span {
	display: block;
}

.cta-mobile-banner .veteran_owned img {
	float: left;
}


@media screen and (max-width:1200px) {
	header.banner .nav-primary li a:after {
		padding: 7px;
	}

	#menu-header-menu li a:after {
		padding: 4px;
	}

	.header-nav-col {
		padding: 0px;
	}
}

@media screen and (max-width:992px) {
	.header-desktop-only {
		display: none;
	}

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

	img.custom-logo {
		position: relative !important;
		filter: none;
	}

	header.banner {
		box-shadow: none;
	}

	.anchorhog-tagline {
		margin-top: 91px;
	}

	.cartcount {
		position: absolute;
		right: 40px;
		top: 10px;
	}

	header.banner .main-nav-container {
		background: none !important;
		padding: 0px !important;
	}

	header.banner .nav-primary li a:after {
		content: "";
	}

	.navbar-toggle.offcanvas-toggle.js-offcanvas-has-events {
		position: absolute !important;
		right: 10px !important;
		top: 15px !important;
	}

	.banner-cta {
		background: #FFBD0F;
	}

	.lowes img {
		margin-top: 15px;
	}

	.cta-mobile-banner {
		background: #EDEDED;
	}

	header.banner .navbar-toggle {
		display: block;
		padding: 0.75rem;
		float: right;
		background: transparent;
		border: 0;
	}

	header.banner .navbar-toggle .icon-bar {
		background: #000 !important;
	}

	.navbar-offcanvas {
		position: fixed;
		width: 100%;
		max-width: 250px;
		height: 100%;
		left: -300px;
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
		z-index: 999;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		transition: all .15s ease-in;
	}

	.navbar-offcanvas.in {
		left: 0px !important;
	}

	header .navbar-offcanvas .social {
		display: block;
		float: left;
	}
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
	.lowes img {
		float: right !important;
	}
}

@media only screen and (min-width: 992px) {
	.lowes img {
		height: 62px;
		width: auto
	}
}

@media screen and (max-width:992px) {
	.anchorhog-tagline {
		margin-top: 35px;
	}

	img.custom-logo {
		padding: 7px;
	}
}

@media screen and (max-width:768px) {
	.anchorhog-tagline {
		margin-top: 55px;
	}
}

@media screen and (max-width:440px) {
	.cta-mobile-banner .veteran_owned img {
		width: 58%
	}

	.banner-cta p {
		font-size: 15px;
	}

	.lowes img {
		margin-top: 4px;
	}

	.cta-mobile-banner .veteran_owned p {
		margin-top: 16px;
		font-size: 13px;
	}
}

@media screen and (max-width:350px) {
	.anchorhog-tagline {
		margin-top: 45px;
	}

	.cta-mobile-banner .veteran_owned p {
		font-size: 11px;
	}
}

@media screen and (max-width:300px) {
	.anchorhog-tagline {
		margin-top: 45px;
	}

	.cta-mobile-banner .veteran_owned p {
		font-size: 11px;
	}

	.cta-mobile-banner .veteran_owned img {
		width: 50%;
		margin-top: 10px;
	}
}

/* INSTALLATION PAGE */
@media screen and (min-width:960px) {
	.row.steps img {
		margin-right: 1%;
		width: 100%;
	}
}

@media screen and (max-width:960px) {
	.row.steps .col {
		width: 50%;
		display: block;
		flex: none;
	}
}

@media screen and (max-width:960px) {
	.row.steps .col.last {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		display: block;
		flex: none;
	}
}

@media screen and (max-width:960px) {
	.row.steps .col.last img {
		min-width: 100%;
	}
}


/* Sale Badges for kits 8/17/22 */
span.wpd-sale-badge {
	background: #F8D523;
	color: #000 !important;
	min-height: 60px;
	min-width: 60px;
	line-height: 1;
	display: block;
	padding: 10px;
	text-align: center;
	border-radius: 100px;
	font-size: 16px;
	font-weight: bold;
	top: -15px;
	left: -15px;
	position: absolute;
	z-index: 99;
	opacity: 1;
}

span.wpd-sale-badge span {
	font-size: 22px;
	display: block;
}

.wpd-sale-thumbnail {
	position: relative;
	display: block;
}

/* Sale badges in the more products panel */
div.access span.wpd-sale-badge {
	min-height: 45px;
	min-width: 45px;
	font-size: 14px;
}

div.access span.wpd-sale-badge span {
	font-size: 18px;
	display: block;
}

/* 10/03/23 REDESIGN */

@font-face {
	font-family: "Vtks Madalena";
	src: url(/wp-content/themes/tamarin/fonts/Vtks%20Madalena.ttf);
	font-weight: normal;
}

/* 8/14/23 hiding Related on accessories pages temporarily */
section.related.products {
	display: none;
}


body,
a,
p,
h1,
.h1,
h2,
h3,
h4,
.label {
	font-family: "Oswald", sans-serif !important;
	font-weight: 300;
}

a {
	color: #cf3239;
}

a:hover {
	text-decoration: underline;
	color: #cf3239;
}

.products h1,
.videos h1,
.installation h1,
.about h1,
.faq h1,
.contact h1,
.applications h1,
.reviews h1,
.blog h1 {
	font-family: "Vtks Madalena", Arial, sans-serif !important;
	text-align: center;
	text-decoration: underline #FEC50C;
	text-decoration-thickness: 5px;
	text-underline-offset: 1rem;
	font-size: 65px !important;
	margin-bottom: 4rem;
}

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

	.products h1,
	.videos h1,
	.installation h1,
	.about h1,
	.faq h1,
	.contact h1,
	.applications h1,
	.reviews h1,
	.blog h1 {
		font-size: 50px !important;
	}
}

/* HEADER */

html {
	overflow-x: hidden;
}

header .pre-header {
	display: flex;
	align-items: center;
}

header .pre-header p {
	color: white;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	margin: 0 .5rem 0 0;
	font-family: 'Square Peg', cursive !important;
}

header .banner-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .banner-cta .row {
	margin: 0;
}

header .banner-cta p,
header .banner-cta a {
	font-weight: 400;
}

img.custom-logo {
	margin-top: 1rem;
	background: radial-gradient(circle, rgba(255, 255, 255, .75) 0%, rgba(0, 0, 0, 0) 50%);
	width: 250px;
	height: auto;
}

.lowes img {
	height: 25px;
	width: auto;
	margin-left: .5rem;
}

.amazon img {
	height: 20px;
	width: auto;
	margin-top: .5rem;
}

.banner-fixed-wrapper {
	min-height: 0;
}

header.banner {
	padding: 0;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

header.banner .main-nav-container .col-md-7 {
	margin: .5rem 0;
}

header.banner .nav-primary li a {
	font-size: 20px;
}

header .text-right {
	background-color: #cf3239;
	padding: .5rem 1.75rem;
}

header #menu-header-menu {
	margin-top: 0;
}

header.banner #menu-header-menu li {
	display: flex;
	align-items: center;
}

header.banner #menu-header-menu li a {
	color: white !important;
}

#menu-header-menu li a:after {
	color: white;
}

header.banner .main-nav-container {
	background-color: transparent !important;
}

header .header-nav-col {
	display: flex;
	justify-content: end;
	align-items: center;
}

header .nav-primary .in .nav {
	width: 100%;
}

.page-header {
	margin-top: 14rem;
}

@media screen and (max-width: 992px) {
	.page-header {
		margin-top: 6rem;
	}
}

.video video {
	margin-top: -75px;
	width: 100vw;
}

#slider .container {
	margin-top: -280px;
	background: transparent;
	display: flex;
	align-items: end;
	padding-bottom: 3rem;
}

#slider .container .row {
	align-items: center;
}

#slider .col-md-5 {
	padding-left: 2rem;
	border-left: #FEC50C 5px solid;
}

#slider .col-md-7 {
	padding-right: 2rem;
}

#slider .container h1 {
	color: white;
	font-size: 109px !important;
	line-height: .8;
	margin: 0 !important;
	text-shadow: 0px 3px 6px black;
	text-align: end;
}

#slider .container h2 {
	color: white;
	font-size: 38px !important;
	font-family: "Oswald", Arial, sans-serif !important;
	margin-bottom: 1rem;
	font-weight: 300;
	text-transform: none;
}

#slider #slider-btn {
	display: flex;
	justify-content: space-between;
}

#slider .container a.button {
	background-color: #FEC50C;
	border: 2px solid #FEC50C;
	color: black;
	padding: .5rem 3rem;
	font-weight: 500;
}

#slider .container a.button_2 {
	background-color: rgba(0, 0, 0, .75);
	border: 2px solid #cf3239;
	color: white;
	padding: .5rem 3rem;
	font-weight: 500;
}

@media screen and (max-width: 1200px) {
	.video video {
		margin-top: -50px;
	}

	#slider .container {
		margin-top: -251px;
	}

	#slider .container h1 {
		font-size: 91px !important;
	}

	#slider .container a.button {
		padding: .25rem 2rem;
	}

	#slider .container a.button_2 {
		padding: .25rem 1rem;
	}
}

@media screen and (max-width: 992px) {
	.home header.banner {
		background-color: black;
	}

	.video video {
		margin-top: -20px;
	}

	#slider .container {
		margin-top: -200px;
		padding-bottom: 2rem;
	}

	#slider .container h1 {
		font-size: 66px !important;
	}

	#slider .container h2 {
		font-size: 30px !important;
	}

	#slider #slider-btn {
		font-size: 16px;
	}

	#slider .container a.button {
		padding: .25rem 1rem;
	}

	#slider .container a.button_2 {
		padding: .25rem 1rem;
	}

	.lowes img {
		margin-top: 0;
	}

	#mobile-bg {
		background-color: #cf3239;
		margin-bottom: -2px;
	}

	img.custom-logo {
		width: 100px;
		margin-top: 0;
	}

	.cartcount {
		right: 170px;
	}

	.navbar-toggle.offcanvas-toggle.js-offcanvas-has-events {
		right: 135px !important;
	}

	header.banner .navbar-toggle .icon-bar {
		background-color: white !important;
	}
}

@media screen and (max-width: 768px) {
	.video video {
		margin-top: 0;
	}

	#slider .container {
		margin-top: -175px;
	}

	#slider .container h1 {
		font-size: 44px !important;
		text-align: center;
	}

	#slider .container h2 {
		font-size: 30px !important;
	}

	#slider .col-md-7 {
		padding-right: 15px;
	}

	#slider .col-md-5 {
		padding-left: 15px;
		border: none;
	}

	#slider #slider-btn {
		justify-content: space-evenly;
	}

	header .pre-header p {
		font-size: 22px;
	}

	.amazon img {
		height: 17px;
	}

	.lowes img {
		height: 23px;
	}
}

@media screen and (max-width: 768px) {
	.video video {
		margin-top: 15px;
	}

	#slider .container {
		padding-bottom: 1rem;
		margin-top: -150px;
	}
}

@media screen and (max-width: 576px) {
	.header-nav-col {
		display: none !important;
	}

	header .pre-header {
		justify-content: center;
	}

	.cartcount {
		right: 45px;
	}

	.navbar-toggle.offcanvas-toggle.js-offcanvas-has-events {
		right: 5px !important;
	}

	.video video {
		margin-top: 30px;
	}

	#slider .container {
		padding-bottom: 1rem;
		margin-top: -122px;
	}

	#slider .container h1 {
		font-size: 29px !important;
		text-align: center;
	}

	#slider .container h2 {
		font-size: 20px !important;
	}
}

/* FOOTER */

footer.site-footer ul.menu li {
	padding-bottom: .25rem;
}

footer .footer-menu div.widget_nav_menu {
	padding-right: 2rem;
}

footer .footer-social .textwidget {
	display: flex;
	align-items: center;
}

footer .footer-logo img {
	width: 200px;
	background: radial-gradient(circle, rgba(255, 255, 255, .75) 0%, rgba(0, 0, 0, 0) 50%)
}

footer .footer-logo {
	text-align: left;
}

footer .footer-social,
footer .footer-logo {
	border: none;
}

@media screen and (max-width: 992px) {
	footer .footer-social .textwidget {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
}

/* HOME */

.home #services {
	background-color: black;
	margin: 0;
	padding: 1rem 0 3rem;
}

.home #services .col-12 {
	display: flex;
	gap: 2rem;
	padding: 2rem 0;
	justify-content: space-between;
    align-items: center;
}

.home #services h2 {
	font-size: 40px !important;
	color: white;
	margin: 0;
	text-align: left;
}

.home #services .col-12 a {
	background-color: rgba(0, 0, 0, .75);
	border: 2px solid #FEC50C;
	color: white;
	padding: .5rem 3rem;
	font-weight: 500;
}

.home #services .col-12 a:hover {
	text-decoration:underline;
}

.home #services .service {
	width: 100%;
	position: relative;
}

.home #services h3 {
	font-size: 20px !important;
	padding-top: 0;
}

.home #services .service-imgs {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: .5rem;
}

@media screen and (max-width: 1200px) {
	.home #services h2 {
		font-size: 35px !important;
	}

	.home #services .col-12 a {
		padding: .25rem 2rem;
	}
}

@media screen and (max-width: 992px) {
	.home #services h2 {
		font-size: 30px !important;
	}

	.home #services h3 {
		font-size: 19px !important;
	}

	.home #services .col-12 a {
		padding: .25rem 1rem;
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.home #services {
		padding: 0rem 1rem 2rem;
	}

	.home #services h2 {
		font-size: 21px !important;
	}

	.home #services h3 {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 576px) {
	.home #services .col-12 {
		flex-direction: column;
		gap: .5rem;
		justify-content: center;
		align-items: center;
		padding: 1rem 0;
	}

	.home #services .col-12 a {
		width: 50%;
	}

	.home #services .service-imgs {
		grid-template-columns: 1fr;
	}

	.home #services h3 {
		font-size: 25px !important;
	}
}

.home h1,
.home h2,
.home #promo-product h3 {
	font-family: "Vtks Madalena", Arial, sans-serif !important;
	font-weight: 400;
}

.home #promo-product {
	margin: 4.5rem 0 5rem;
	background-color: white;
}

.home #promo-product #promo-desc {
	border-left: #FEC50C 5px solid;
	padding-left: 2rem;
}

.home #promo-product h2 {
	font-size: 50px !important;
	line-height: 1;
}

.home #promo-product h3 {
	color: black;
	font-weight: 500;
	font-size: 30px !important;
	line-height: 1;
}

.home #promo-product h4 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 1rem;
}

.home #promo-product p {
	line-height: 1.3;
}

.home #promo-product #promo-btns {
	display: flex;
	gap: 2rem;
}

.home #promo-product .btn-1 {
	background-color: #cf3239;
	border: 2px solid #cf3239;
	color: white;
	padding: .5rem 3rem;
	font-weight: 500;
}

.home #promo-product .btn-2 {
	background-color: white;
	border: 2px solid #cf3239;
	color: black;
	padding: .5rem 3rem;
	font-weight: 500;
}

@media screen and (max-width: 1200px) {
	.home #promo-product .btn-1 {
		background-color: #cf3239;
		border: 2px solid #cf3239;
		color: white;
		padding: .25rem 2rem;
		font-weight: 500;
	}

	.home #promo-product .btn-2 {
		background-color: white;
		border: 2px solid #cf3239;
		color: black;
		padding: .25rem 1rem;
		font-weight: 500;
	}
}

@media screen and (max-width: 992px) {
	.home #promo-product #promo-desc {
		border: none;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.home #promo-product #promo-desc {
		border: none;
		padding: 0 15px;
	}

	.home #promo-product #promo-btns {
		justify-content: space-evenly;
	}
}

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

	.home #promo-product .btn-1,
	.home #promo-product .btn-2 {
		font-size: 15px;
	}
}

.home .background-vers {
	background: url(/wp-content/uploads/2023/08/home-background-1.jpg) center;
	background-size: cover;
}

.home #versatile {
	margin: 0;
	padding: 8.5rem 0;
}

.home .background-vers img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.home #versatile h2 {
	text-align: left;
	font-size: 55px !important;
	color: white;
	line-height: 1;
}

.home #versatile p {
	color: white;
	line-height: 1.3;
	text-align: left;
	font-size: 25px;
}

@media screen and (max-width: 1700px) {
	.home #versatile {
		padding: 3rem 0;
	}

	.home .background-vers img {
		width: 620px;
	}
}

@media screen and (max-width: 1200px) {
	.home #versatile {
		margin: 0;
	}

	.home .background-vers img {
		display: none;
	}
}

.home .background-choose {
	background-color: #cf3239;
}

.home #choose {
	color: white;
	margin: 0;
	padding: 5rem 0;
}

.home #choose img {
	margin-bottom: 1rem;
	border: 4px solid #B12A2E;
}

.home #choose h2 {
	color: white;
	font-size: 55px !important;
	line-height: 1;
	margin-bottom: 1rem;
}

.home #choose h3 {
	color: white;
	margin-bottom: 2.5rem;
}

.home #choose h4 {
	color: black;
	text-align: center;
	font-size: 40px;
	margin-top: -1rem;
}

.home #choose a {
	color: white;
	text-decoration: underline;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
}

.home #choose #shop-btn {
	background-color: #FEC50C;
	border: 2px solid #FEC50C;
	color: black;
	padding: .5rem 3rem;
	text-decoration: none;
	text-align: left;
	font-size: 20px;
}

.home #choose #shop-btn:hover {
	text-decoration: underline;
}

.home #choose .row .col-md-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 1200px) {
	.home #choose h2 {
		font-size: 45px !important;
	}

	.home #choose #shop-btn {
		padding: .25rem 3rem;
	}

	.home #choose a {
		font-size: 25px;
	}
}

@media screen and (max-width: 992px) {
	.home #choose {
		text-align: center;
		justify-content: center;
		gap: 2.5rem;
	}

	.home #choose h2 {
		font-size: 50px !important;
	}
}

@media screen and (max-width: 768px) {
	.home #choose {
		padding: 3rem 0;
	}
	
	.home #choose img {
		margin-bottom: 0;
	}
	
	.home #choose .row .col-md-4 {
		margin-bottom: 2rem;
	}
}

.home #home-body {
	margin-top: 2rem;
}

.home #home-body h2 {
	font-size: 35px !important;
}

.home #home-body .col-lg-5 img {
	border-radius: 17rem;
}

.home #home-body #fw-mount {
	gap: 2rem;
	padding-right: 30px;
}

.home #home-body #videos {
	padding-left: 0;
}

.home #home-body .thumbnails {
	display: flex;
	justify-content: space-between;
	margin-top: 1.75rem;
}

.home #home-body .thumbnails a {
	max-width: 29%;
}

.home #home-body #testimonial {
	border-left: #FEC50C 5px solid;
}

.home #home-body #testimonial p {
	font-family: 'Square Peg', cursive !important;
	font-weight: 500;
	font-size: 34px;
}

.home #home-body #testimonial img {
	width: 200px;
}

.home #home-body #testimonial a {
	background-color: white;
	border: 2px solid #FEC50C;
	color: black;
	padding: .5rem 3rem;
	font-weight: 500;
	font-size: 20px;
}

.home #home-body #testimonial #stars {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1200px) {
	.home #home-body #testimonial a {
		padding: .25rem 3rem;
	}
}

@media screen and (max-width: 992px) {
	.home #home-body #fw-mount .col-lg-7 {
		margin-bottom: .5rem;
	}

	.home #home-body #testimonial #stars {
		flex-wrap: wrap;
		gap: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.home #home-body section {
		margin: 1rem 0;
	}

	.home #home-body #fw-mount .row {
		justify-content: center;
	}

	.home #home-body .col-lg-5 img {
		display: none;
	}

	.home #home-body #videos {
		padding-left: 15px;
	}

	.home #home-body #testimonial {
		border: none;
	}
}

@media screen and (min-width: 768px) {
	.home #home-body #testimonial {
		padding-left: 30px;
	}
}

/* PRODUCTS */

.products .page-header {
	margin-top: 0;
}

.products h1 {
	margin-bottom: 0;
}

.products .h1 {
	font-family: "Vtks Madalena", Arial, sans-serif !important;
	text-align: center;
	text-decoration: underline #FEC50C;
	text-decoration-thickness: 5px;
	text-underline-offset: 1rem;
	font-size: 65px !important;
	margin-bottom: 2rem;
	margin-top: 3rem !important;
}

span.wpd-sale-badge {
	background-color: #FEC50C;
	text-transform: uppercase;
}

img.icon-weather {
	margin-bottom: 2rem;
}

.products #title {
	font-family: "Vtks Madalena", Arial, sans-serif !important;
	font-size: 55px !important;
	text-align: center;	
	line-height: 1;
}

.products #title span {
	color: #cf3239;
}

.products #desc {
	margin-bottom: 3rem;
	line-height: 1.2;
}

.products .background-kits {
	background: url(/wp-content/uploads/2023/08/home-background-1.jpg) center;
	background-size: cover;
	padding-top: 11rem;
}

@media screen and (max-width: 992px) {
	.products .background-kits {
		padding-top: 3rem;
	}
}

.products .kits h1,
.products .kits h2,
.products .kits p,
.products .kits,
.products .kits bdi {
	color: white;
}

.products .kits h1 {
	margin-bottom: 1.5rem;
}

.woocommerce ul.products li {
	border: none;
}

.woocommerce ul.products h2 {
	font-size: 28px !important;
	font-weight: 500;
	text-transform: uppercase;
}

.products .accessory .woocommerce ul.products h2 {
	text-transform: none;
}

.products .accessory .col-lg-3:nth-of-type(4) .woocommerce ul.products h2 {
	padding-bottom: 3rem;
}

.products .woocommerce ul.products bdi {
	font-size: 40px;
}

.woocommerce ul.products li.product a img {
	background-color: white;
	border: 4px solid #ddd;
}

.woocommerce a.button {
	background: #cf3239;
	border: 2px solid #cf3239;
	color: white;
	padding: .5rem 2rem;
	font-weight: 500;
}

.compare .woocommerce a {
	padding: .5rem 2rem;
}

.products .background-acc {
	background-color: #f5f5f5;
}

.products #compare {
	margin-bottom: 6rem;
}

@media screen and (max-width: 1200px) {
	.products .accessory .col-lg-3:nth-of-type(5) .woocommerce ul.products h2 {
		padding-bottom: 3rem;
	}

	.compare .woocommerce a {
		padding: .5rem 1rem;
	}
}

@media screen and (max-width: 992px) {
	.products .kits .product:nth-of-type(1) .price {
		padding-bottom: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.products .h1 {
		font-size: 50px !important;
	}

	span.wpd-sale-badge {
		top: -30px;
		left: 90px;
	}
}

/* FAQ */

.faq #accordion h2 {
	margin-top: 4rem;
	font-family: Oswald, sans-serif;
}

.faq #accordion button {
	font-family: Oswald, sans-serif;
}

/* REVIEW */

.review {
	background-color: #e1e1e1;
	margin: 5rem 0 0;
}

.review-photo {
	margin: 5rem 0 0;
}

.triangle {
	border-color: #e1e1e1 transparent transparent;
}

/* VIDEOS */

.videos #content {
	margin-bottom: 8rem;
}

.videos .video-container {
	margin-bottom: 2rem;
}

/* BLOG */

.blog-sidebar div.label {
	font-size: 28px;
}

.blog h2 a {
	font-size: 35px;
	text-transform: uppercase;
}

/* PRODUCT PAGE */

.single-product-template {
	margin-top: 9rem;
}

.postid-3918 .woocommerce-product-details__short-description em, .postid-3903 .woocommerce-product-details__short-description em, .postid-3921 .woocommerce-product-details__short-description em {
	color: #24AAE1;
}

/* SUB PAGES */

@media screen and (max-width: 576px) {
	.installation iframe {
		width: 100%;
		height: auto;
	}
	
	.applications .text-center img {
		padding: 0 15px;
	}
}

/* STORE LOCATOR */

#states {
	width: 100%;
	margin-bottom: 1.5rem;
}

#states td {
	padding: .25rem .5rem;
}

/* CART AND CHECKOUT */

.cart .page-header,
.checkout .page-header {
	margin-top: 8rem;
}

.cart header.banner,
.checkout header.banner {
	position: relative;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt {
	background-color: #cf3239;
}

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

@media screen and (min-width: 992px) {
	.modal.show .modal-dialog {
		max-width: 70% !important;
	}
}

@media (min-width: 576px) {
	.modal-dialog {
		margin: 2rem auto;
	}
}

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

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px;
	display: flex !important;
}

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

.modal-header .close {
	padding: 1rem;
	margin: -16px 0rem -1rem auto;
	color: #000 !important;
	font-size: 50px !important;
}

.ekko-lightbox-container {
	aspect-ratio: 16/9;
	height: auto !important;
}