html {

}

body.page {
	color: #000000;
}

body {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.1vw;
	line-height: 1.3;
	letter-spacing: -.25px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

@media all and (max-width:767px) {
    body {
    	font-size: 3.6vw;
    }
}

p {
	margin: 1.6vw 0 0 0;
	padding: 0;
	color: black;
}

hr {
	display: block;
	width: 100% !important;
  height: 5vw !important;
  border: 0px;
	background-image: url(https://huntworthgear.com/content/hr.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center;
}

img {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}



.prk-tingle-modal-box {
	font-size: .9vw;
}

.prk-text-block-wrapper {
	font-size: 1.2vw;	
}

@media all and (max-width:767px) {
    .prk-tingle-modal-box {
		font-size: 2.4vw;
	}
	
	.prk-text-block-wrapper {
		font-size: 3.6vw;
	}
}


/*
.site-canvas {
	padding-top: 96px !important; /* padding top should be total of .top-bar .container height and .main-nav-bar . container height */
}

@media all and (max-width:767px) {
	.site-canvas {
		padding-top: 24px !important;
	}
}
*/
.main-content {
	padding: 0 !important;
}

.centered {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.black-button {
	display: block;
	width: 12vw;
	margin: 1.25vw auto;
	text-align: center;
	font-size: 1.2vw;
	background: #000000;
	padding: 1vw .25vw;
	border: 1px solid #cccccc;
}

@media all and (max-width:767px) {
	.black-button {
			font-size: 3.6vw;
			width: 24vw;
	}
}


.black-button a {
	color: #ffffff;
	text-decoration: none;
}	



.listing-description p {
	margin: 0px 32px 8px 32px;
	line-height: 1.375;
	font-size: 21px;	
}

h2 {
	margin: 0px auto;
	padding: 0;
	font-weight: 400;
	font-size: 2.5vw;
	color: black !important;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 5vw;
	}
}

h3 {
	text-transform: none;
}

.page-content br {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/*.product .main-content {
	padding: 3rem 0 !important;
	background-color: #eff1f5;
}
*/


.product-carousel {
	margin-bottom: 0px !important;
}

.tabs {
	margin: 1rem 0 !important;
}

/*.section-title {
	margin: 0 0 0 1rem !important;
}
*/

ul.footer-payment-icons-list {
	margin-top: 0px !important;
}

.show-credits .footer-payment-icons-list li {
	margin: 0px 2px !important;
}

.page-content img {
	margin-bottom: 0 !important;
	padding: 0px;
	display: block;
}
.section {
	padding: 0 !important;
}

.site-footer .footer-logo-wrapper img {
	margin: 0px auto;
}


@media screen and (min-width: 768px) {
	.product-details-column-1 {
		width: 33%;
		float: left;
		margin-right: 1%;
	}
}

@media screen and (min-width: 768px) {
	.product-details-column-2 {
		width: 66%;
		float: left;
	}
}

.size-chart {
	border-width: 0px;
	box-shadow: 0px 4px 4px #999999;
}

.size-chart th {
	padding: 5px 10px;
	border-width: 0px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.size-chart td {
	padding: 5px 10px;
}

.size-chart-link {
	background: #CC0000;
	padding: 2px 5px;
	border-radius: 3px;
}

.size-chart-link:link {
	color: #FFFFFF;
}

.size-chart-link:visited {
	color: #FFFFFF;
}

.size-chart-link:hover {
	color: #CCCCCC;
}

.size-chart-link:active {
	color: #FFFFFF;
}

.product-description {
	padding-bottom: 0em !important;
}

.product-stock {
	padding-bottom: 0em !important;
}

.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-rating-block {
	display: none;
}


.product-details-column h3 {
	font-size: 1rem !important;
	margin: 0 !important;
	line-height: 1 !important;
}


.product-options-container {
	margin: 0px !important;
}

.form-field {
	margin-bottom: 0 !important;
}





.share-block {
	margin-top: 0 !important;
}

.rectangle-text {
    display: block;
    padding: 7px !important;
    font-family: $font-secondary;
    line-height: 1;
    text-align: center;
    background-color: $color-background;
    border: 2px solid $color-border;
    border-radius: 3px !important;
    transition: all 0.3s ease;
}

.rectangle-text:hover {
	color: #ffffff !important;
	background: #000000 !important;
}

.product-quantity-submit .product-quantity-container {
	padding: 0 !important;
	border-bottom: 0 !important;
}


.product-quantity-submit .add-to-cart {
	margin: 7px 15px 0 0;
	display: block;
	width: 100%;
	font-size: 31px;
	text-align: center;
}

.wishlist-form {
	margin: 7px 0 0 0;
	padding: 0 !important;
}

.button {
	line-height: 1 !important;
	padding: 7px !important;
}

.button.button-wide {
	padding-left: 1em !important;
	padding-right: 1em !important;
}

.review-item {
	padding-top: 15px !important;
	margin-bottom: 15px !important;
}

.product-details-column ul {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

.email-popup-r7 {
opacity:0;
 
    position: fixed;
    top: 23px;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #000;
    color: #ccc;
    border: 1px solid red;
    padding: 12px;
    z-index: 1000000;
}

.show {
    opacity: 1;
    }

.huntworth-banner {
	margin: 0px;
	padding: 0px;
	line-height: 0;
}

.clear-both {
    clear: both;
    display: block;
    line-height: 0px;
    font-size: 0;
}



a.rock-button {
	background: url('https://huntworthgear.com/content/camo/Huntworth-Rock-Button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 18px;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
	display: block;
	width: 192px;
	height: 64px;
	margin: 0px auto;
}

a.red-button {
	transition: background-color 0.25s linear;
	display: block;
	width: 50%;
	background-color: #FF0000;
	color: #000000 !important;
	text-align: center;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 128px;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: black;
}

@media all and (max-width:767px) {
    a.red-button {
        width: 100%;
        margin: 16px 0px;
    }
}

a.red-button:hover {
	transition: background-color 0.25s linear;
	background-color: #DD0000;
	text-decoration: none;
}

a.wide-button {
	transition: background-color 0.25s linear;
	display: block;
	width: 100%;
	background-color: #FF0000;
	color: #000000 !important;
	text-align: center;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 128px;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: black;
}

@media all and (max-width:767px) {
    a.wide-button {
		line-height: 56px;
		padding: 16px 0px;
    }
}

a.wide-button:hover {
	transition: background-color 0.25s linear;
	background-color: #DD0000;
	text-decoration: none;
}

.center-column-960 {
	width: 960px;
	margin: 24px auto;
}

@media all and (max-width:960px) {
	.center-column-960 {
		width: 93%;
		margin: 24px auto;
	}
}

.center-g960 p {

}

.camo-page-title {
	text-align: center;
	font-size: 45px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	color: #464238;
	font-family: "Roboto Condensed";
}

/* MOBILE BANNER */

.link-mobile-home-banner {
	width: 100%;
	padding-bottom: 75%;
	position: relative;
	background-image: url('https://huntworthgear.com/content/Huntworth-Introducing-Tarnen-Concealment-2020-mobile.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
	.link-mobile-home-banner {
		display: block;
	}
}

@media all and (min-width:767px) {
	.link-mobile-home-banner {
		display: none;
	}
}


.badge-mobile-home-banner {
	position: absolute;
	bottom: 4%;
	right: 50%;
	transform: translateX(50%);
	background: #000000;
	color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

/* END MOBILE BANNER */

/* /////////////////////////////// H O M E  P A G E ///////////////////////////////////// */

.center-column-90 {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}

@media all and (max-width:767px) {
    .center-column-90 {
        width: 100%; /* mobile doesnt get margins on the side so disable 90% width */
    }
}


.center-column-75 { 
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0px;
	width: 75%; /* 75% Column Width because 2560x1440 native resolution makes a 1920px column with 960 and 480 columns inside. */
}

@media all and (max-width:767px) {
    .center-column-75 {
        width: 100%;
    	padding: 0px;
    }
}

.center-column-75 a:link {
	color: #ffffff;
	text-decoration: none;

}

.center-column-75 a:visited {
	color: #ffffff;
}

.center-column-75 a:hover {
	color: #ff0000;
}

.center-column-75 a:active {
	color: #ffff;
}

.seo-content {
	margin: 0;
	padding: 2vw 12vw 1vw 12vw;
	letter-spacing: -.25px;
}

@media all and (max-width:767px) {
    .seo-content {
		padding: 4vw;
    }
}

.seo-content p {
	padding: 0;
	margin: 0;
}

.seo-content h1 {
	font-family: "Roboto Condensed",sans-serif;
	display: block;
	text-align: center;
	font-size: 2.5vw;
	line-height: 2.5vw;
	margin: 0 0 .5vw 0;
	font-weight: 200;
}

@media all and (max-width:767px) {
    .seo-content h1 {
		font-size: 5vw;
		line-height: 1;
		margin-bottom: 2vw;
    }
}

.seo-content h2 {
	font-family: "Roboto Condensed",sans-serif;
	display: block;
	text-align: center;
	font-size: 2.5vw;
	line-height: 2.5vw;
	margin: 0 0 .5vw 0;
	font-weight: 200;
}

@media all and (max-width:767px) {
    .seo-content h2 {
		font-size: 5vw;
		line-height: 1;
			margin-bottom: 2vw;
    }
}



.home-page-2021 a:link {
	text-decoration: underline;
}


.section-1 {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0 .5% .5% .5%;
	background: url('https://huntworthgear.com/content/home/bg-section-1.jpg');
	background-position: top; 
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: #999999 0px 4px 18px;
}



.home-page-2021 .section-1 a:link {
	color: #000000;
	font-weight: 600;
}

.home-page-2021 .section-1 a:visited {
	color: #000000;
}

.home-page-2021 .section-1 a:hover {
	color: #CC0000;
}

.home-page-2021 .section-1 a:active {
	color: #000000;
}


.section-2 {
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
	margin: 0;
	padding: 0 0 2vw 0;

}


.home-page-2021 .section-2 a:link {
	text-shadow: #000000 0px 2px 0px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.5vw;
}

@media all and (max-width:767px) {
    .home-page-2021 .section-2 a:link {
		font-size: 4vw;
    }
}

.home-page-2021 .section-2 a:visited {
	color: #FFFFFF;
}

.home-page-2021 .section-2 a:hover {
	color: #EEEEEE;
}

.home-page-2021 .section-2 a:active {
	color: #FFFFFF;
}


.section-3 {
	position: relative;
	z-index: 3;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url('');
	background-position: top; 
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: #999999 0px 4px 18px;
}



.home-page-2021 .section-3 a:link {
	text-shadow: #000000 0px 2px 0px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.5vw;
}

@media all and (max-width:767px) {
    .home-page-2021 .section-3 a:link {
		font-size: 4vw;
    }
}

.home-page-2021 .section-3 a:visited {
	color: #FFFFFF;
}

.home-page-2021 .section-3 a:hover {
	color: #EEEEEE;
}

.home-page-2021 .section-3 a:active {
	color: #FFFFFF;
}




.insta {
	position: relative;
	z-index: 4;
	background: #ffffff;
	box-shadow: black 0px 4px 18px;
}

.insta-content {
	padding: 2vw 2vw 0vw 2vw;
}

.insta-content h3 {
	margin: 0;
	padding: 1vw 0 2vw 0px;
	line-height: 1 !important;
	font-weight: 200;
}



.column-125 {
	position: relative;
	float: left;
	width: 12.5%;
	text-align: center;
}

@media all and (max-width:767px) {
    .column-125 {
		width: 100%;
    }
}

.column-25 {
	position: relative;
	float: left;
	width: 25%;
}

@media all and (max-width:767px) {
    .column-25 {
		float: none;
		width: 100%;
    }
}

.section-1 .column-33 {
	position: relative;
	float: left;
	width: 33.3%;
}

@media all and (max-width:767px) {
    .section-1 .column-33 {

    }
}

.column-33 {
	position: relative;
	float: left;
	width: 33.3%;
}

@media all and (max-width:767px) {
    .column-33 {
		float: none;
		width: 100%;
    }
}


.square {
	padding-bottom: 100%;
}

.square-plus {
	padding-bottom: 112%;
}


@media all and (max-width:767px) {
    .square-plus {
        padding-bottom: 224%;
    }
}

.one-and-a-half-x-one {
	padding-bottom: 66%
}

.two-x-one {
	padding-bottom: 50%;
}

.ten-x-one {
	padding-bottom: 10%;
	background: #0000FF;
}

.hero-image-disruption {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://huntworthgear.com/content/2022/disruption.jpg');
	background-position: bottom; 
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	padding: 0;
}

@media all and (max-width:767px) {
    .hero-image-disruption {
        background-image: url('https://huntworthgear.com/content/2022/disruption-mobile.jpg');
        background-size: contain;
    }
}

.hero-image-tarnen {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://huntworthgear.com/content/2022/tarnen.jpg');
	background-position: bottom; 
	background-repeat: no-repeat;
	background-size: contain; 
	margin: 0;
	padding: 0;
}

@media all and (max-width:767px) {
    .hero-image-tarnen {
        background-image: url('https://huntworthgear.com/content/2022/tarnen-mobile.jpg');
        background-size: contain;
    }
}

.hero-image-hiddn {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://huntworthgear.com/content/2022/hiddn.jpg');
	background-position: bottom;
	background-repeat: no-repeat; 
	background-size: contain; 
	margin: 0;
	padding: 0;
}

@media all and (max-width:767px) {
    .hero-image-hiddn {
        background-image: url('https://huntworthgear.com/content/2022/hiddn-mobile.jpg');
        background-size: contain;
    }
}

.hero-image-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #ffffff;
	box-shadow: #cccccc 0 2px 16px;
	font-size: 2vw;
	line-height: 4vw;
}

@media all and (max-width:767px) {
    .hero-image-link {
		font-size: 4vw;
		line-height: 8vw;
    }
}

.column-50 {
	position: relative;
	display: block;
	float: left;
	width: 50%;
}

@media all and (max-width:767px) {
    .column-50 {
        width: 100%;
        float: none;
    }
}

.column-50 .column-50 {
	float: left;
}

@media all and (max-width:767px) {
    .home-page-2021 .column-50 .column-50 {
        width: 50%;
        float: left;
    }
}

.column-100 {
	position: relative;
	display: block;
	width: 100%;
}

.video-column-100 {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 2vw 2vw 2vw;
}

.air-20 {
	position: absolute;
	top: 4%;
	left: 4%;
	width: 92%;
	height: 92%;
}


.air-10 {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 96%;
	height: 96%;
}

.air-5 {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 98%;
	height: 98%;
}

/*
@media all and (max-width:767px) {
    .air-5 {
		position: absolute;
		top: 2%;
		left: 2%;
		width: 96%;
		height: 96%;
    }
}
*/

.air-105 {
	position: absolute;
	top: 1.5%;
	left: .5%;
	width: 99%;
	height: 97%;
}

@media all and (max-width:767px) {
    .air-105 {
		position: absolute;
		top: 2%;
		left: 2%;
		width: 96%;
		height: 96%;
    }
}

















.block-2x1 {
	display: block;
	position: relative;
	padding-bottom: 50%;	
	width: 100%;
}


/* 2023 HW MW LW ////////////////// */

.hml-link-text {
	position: absolute;
	top: 3%;
	left: 3%;
	background: none;
	border: none;
	width: 33%;
}

.link-heavyweight {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('https://huntworthgear.com/content/2022/heavyweight.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}




.link-midweight {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('https://huntworthgear.com/content/2022/midweight.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}



.link-lightweight {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('https://huntworthgear.com/content/2022/lightweight.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}














/* 2023 M / W / A ////////////////// */

.mwa-link-text {
	position: absolute;
	top: 3%;
	right: 3%;
	background: none;
	border: none;
	width: 50%;
	text-align: right;
}

.link-all-mens {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('https://huntworthgear.com/content/2022/all-mens.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}



.link-all-womens {
	display: block;
	position: relative;
	padding-bottom: 50%;
	width: 100%;
	height: 100%;
	background-image: url('https://huntworthgear.com/content/2022/all-womens.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}



.link-accessories {
	display: block;
	position: relative;
	padding-bottom: 50%;
	width: 100%;
	height: 100%;
	background-image: url('https://huntworthgear.com/content/2022/accessories.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}





/* 7 Links 2021 VERSION ////////////////// */



.link-shop-mens-2021 {
	position: relative;
	padding-bottom: 113%;
}

.image-shop-mens-2021 {
	width: 100%;
	height: 100%;
	background: url('https://huntworthgear.com/content/home/shop-mens.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.badge-shop-mens-2021 {
	width: 50%;
	text-align: left;
	position: absolute;
	bottom: 4%;
	left: 4%;
	color: #FFFFFF;
}

.badge-shop-mens-2021 h1 {
	color: #ffffff;
	text-shadow: #000000 0 4px 0;
	font-size: 3vw;
	line-height: 3.3vw;
	font-weight:400;
	margin: 0;
	padding: 0;
	text-transform: none;
}

@media all and (max-width:767px) {
    .badge-shop-mens-2021 h1 {
		font-size: 8vw;
		line-height: 8vw;
    }
}

.link-shop-gloves-2021 {
	position: relative;
	padding-bottom: 100%;
}

.image-shop-gloves-2021 {
	width: 100%;
	height: 100%;
	background: url('https://huntworthgear.com/content/home/shop-gloves.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.badge-shop-gloves-2021 {
	position: absolute;
	top: 2%;
	right: 4%;
	background: none;
	color: #FFFFFF;
	border: none;
}





.link-shop-hats-2021 {
	position: relative;
	padding-bottom: 100%;
}

.image-shop-hats-2021 {
	width: 100%;
	height: 100%;
	background: url('https://huntworthgear.com/content/home/shop-hats.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.badge-shop-hats-2021 {
	position: absolute;
	top: 2%;
	right: 4%;
	background: none;
	color: #FFFFFF;
	border: none;
}





.link-shop-packs-2021 {
	position: relative;
	padding-bottom: 75%;
}

.image-shop-packs-2021 {
	width: 100%;
	height: 100%;
	background: url('https://huntworthgear.com/content/home/shop-packs.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.badge-shop-packs-2021 {
	position: absolute;
	top: 2%;
	right: 4%;
	background: none;
	color: #FFFFFF;
	border: none;
}







.link-shop-ladies-2021 {
	position: relative;
	padding-bottom: 75%;
}

.image-shop-ladies-2021 {
	width: 100%;
	height: 100%;
	background: url('https://huntworthgear.com/content/home/shop-ladies.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.badge-shop-ladies-2021 {
	position: absolute;
	bottom: 2%;
	right: 4%;
	background: none;
	color: #FFFFFF;
	border: none;
}






.link-shop-lifestyle-2021 {
	position: relative;
	padding-bottom: 50%; /* 4:1 aspect ratio for background image */
}

.image-shop-lifestyle-2021 {
	width: 100%;
	height: 100%;
	background: url('https://huntworthgear.com/content/home/shop-lifestyle.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.badge-shop-lifestyle-2021 {
	position: absolute;
	left: 4%;
	top: 2%;
	background: none;
	color: #FFFFFF;
	border: none;
}






.link-shop-youth-2021 {
	position: relative;
	padding-bottom: 50%;
}

.image-shop-youth-2021 {
	width: 100%;
	height: 100%;
	background: url('https://huntworthgear.com/content/home/shop-youth.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.badge-shop-youth-2021 {
	position: absolute;
	bottom: 2%;
	left: 4%;
	background: none;
	color: #FFFFFF;
	border: none;
}


/* END 2021 7 Links /////////////////// */

/* Nick 2022 /////////////////// */


.link-shop-nick-2021 {
	position: relative;
	padding-bottom: 33%; 
	background-image: url('https://huntworthgear.com/content/2022/nick.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .link-shop-nick-2021 {
    	background-image: url('https://huntworthgear.com/content/2022/nick-mobile.jpg');
        padding-bottom: 66%; /* 4:3 aspect ratio on mobile verison of this photo */
    }
}

.badge-shop-nick-2021 {
	position: absolute;
	top: 62.5%;
	left: 25%;
	transform: translate(-50%, -50%);
	width: 20%;
	color: #FFFFFF;
	font-size: 2vw;
	line-height: 1;
	text-align: center;	

}

@media all and (max-width:767px) {
    .badge-shop-nick-2021 {
		font-size: 5vw;
		left: 25%;
		width: 37%;
    }
}

.badge-shop-nick-2021 a:link {
	color: #ffffff;
	text-shadow: 0 2px black;
	text-decoration: none;
	font-weight: 300;
}

.badge-shop-nick-2021 a:visited {
	color: #ffffff;
}

.badge-shop-nick-2021 a:hover {
	color: #cfdef1;
}

.badge-shop-nick-2021 a:active {
	color: #ffffff;
}

/* END NICK 2022 */


/* ////////////////////////////////////// */

/* main camo page */

.image-huntworth-camo-patterns {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-huntworth-camo-patterns.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .image-huntworth-camo-patterns {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-huntworth-camo-patterns-mobile.jpg');
    }
}


.camo-patterns-disruption {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-disruption-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .camo-patterns-disruption {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-disruption-2021-mobile.jpg');
    }
}

.camo-patterns-tarnen {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-tarnen-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .camo-patterns-tarnen {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-tarnen-2021-mobile.jpg');
    }
}

.camo-patterns-hiddn {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-hiddn-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .camo-patterns-hiddn {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-hiddn-2021-mobile.jpg');
    }
}

.camo-patterns-snow-camo {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-snow-camo-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .camo-patterns-snow-camo {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-snow-camo-2021-mobile.jpg');
    }
}

.camo-patterns-lifestyle {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-lifestyle-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .camo-patterns-lifestyle {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-lifestyle-2021-mobile.jpg');
    }
}

/* 2021 Camo Pages */

.h1-camo-2021 {
	position: absolute;
	top: 62%;
	left: 25%;
	transform: translate(-50%, -50%);
	width: 33%;
	color: #ffffff;
}

@media all and (max-width:767px) {
    .h1-camo-2021 {
    	position: absolute;
		top: 82%;
		left: 25%;
		transform: translate(-50%, -50%);
		width: 49%;
    }
}

.h1-camo-2021 h1 {
	text-transform: none;
	color: #FFFFFF;
	font-size: 3vw;
	font-weight: 200;
	line-height: 1;
	text-align: center;
	margin: 0;
	text-shadow: #000000 0 4px 0;
}

@media all and (max-width:767px) {
	.h1-camo-2021 h1 {
		font-size: 5vw;
		text-shadow: #000000 0 2px 0;
	}
}

.h1-camo-2021 p {
	text-transform: none;
	color: #FFFFFF;
	font-size: 1.5vw;
	font-weight: 200;
	line-height: 3vw;
	margin: 0;
	text-shadow: #000000 0 2px 0;
	text-align: center;
}

@media all and (max-width:767px) {
	.h1-camo-2021 p {
		font-size: 3vw;
	}
}

.video-camo-2021 {
	position: absolute;
	top: 55%;
	left: 80%;
	transform: translate(-50%, -50%);
	width: 10%;
	color: #FFFFFF !important;
	text-shadow: #000000 0 4px 0;
	text-align: center;
	font-size: 2vw;
	line-height: 2vw;
	font-weight: 600;
	padding-top: 5vw;
	background-image: url('https://huntworthgear.com/content/camo-2021/play-button.png');
	background-position: top;
	background-repeat: no-repeat; 
	background-size: 50%; 
}

@media all and (max-width:767px) {
    .video-camo-2021 {
    	position: absolute;
		top: 77%;
		left: 87%;
		transform: translate(-50%, -50%);
		width: 20%;
		font-size: 4vw;
		line-height: 4vw;
		padding-top: 10vw;
    }
}

a.video-camo-2021:link {

}

a.video-camo-2021:visited {

}

a.video-camo-2021:hover {
	text-decoration: none;
}

a.video-camo-2021:active {

}

.powr-popup {
	margin: 0;
	padding: 0;
	line-height: 0;
}

/* 2021 Camo Pages Patterns: Disruption */

.image-disruption-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-disruption-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .image-disruption-2021 {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-disruption-2021-mobile.jpg');
    }
}

.pattern-disruption-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/pattern-disruption-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .pattern-disruption-2021 {
    	padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/pattern-disruption-2021-mobile.jpg');
    }
}

.versatile-disruption-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/versatile-disruption-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .versatile-disruption-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/versatile-disruption-2021-mobile.jpg');
    }
}

.all-season-disruption-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/all-season-disruption-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .all-season-disruption-2021 {
    	padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/all-season-disruption-2021-mobile.jpg');
    }
}




/* Tarnen */

.image-tarnen-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-tarnen-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .image-tarnen-2021 {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-tarnen-2021-mobile.jpg');
    }
}

.pattern-tarnen-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/pattern-tarnen-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .pattern-tarnen-2021 {
    	padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/pattern-tarnen-2021-mobile.jpg');
    }
}

.versatile-tarnen-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/versatile-tarnen-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .versatile-tarnen-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/versatile-tarnen-2021-mobile.jpg');
    }
}

.all-season-tarnen-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/all-season-tarnen-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .all-season-tarnen-2021 {
    	padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/all-season-tarnen-2021-mobile.jpg');
    }
}

/* Hidd'n */



.image-hiddn-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-hiddn-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .image-hiddn-2021 {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-hiddn-2021-mobile.jpg');
    }
}

.pattern-hiddn-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/pattern-hiddn-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .pattern-hiddn-2021 {
    	padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/pattern-hiddn-2021-mobile.jpg');
    }
}

.versatile-hiddn-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/versatile-hiddn-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .versatile-hiddn-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/versatile-hiddn-2021-mobile.jpg');
    }
}

.all-season-hiddn-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/all-season-hiddn-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .all-season-hiddn-2021 {
    	padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/all-season-hiddn-2021-mobile.jpg');
    }
}

/* Snow Camo */

.image-snow-camo-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-snow-camo-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .image-snow-camo-2021 {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-snow-camo-2021-mobile.jpg');
    }
}

.pattern-snow-camo-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/pattern-snow-camo-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .pattern-snow-camo-2021 {
    	padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/pattern-snow-camo-2021-mobile.jpg');
    }
}

.versatile-snow-camo-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/versatile-snow-camo-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .versatile-snow-camo-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/versatile-snow-camo-2021-mobile.jpg');
    }
}

.all-season-snow-camo-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/season-snow-camo-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .all-season-snow-camo-2021 {
    	padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/season-snow-camo-2021-mobile.jpg');
    }
}

/* Lifestyle */

.image-lifestyle-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/image-lifestyle-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .image-lifestyle-2021 {
    	padding-bottom: 66%;
		background-image: url('https://huntworthgear.com/content/camo-2021/image-lifestyle-2021-mobile.jpg');
    }
}

.pattern-lifestyle-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/pattern-lifestyle-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .pattern-lifestyle-2021 {
    	padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/pattern-lifestyle-2021-mobile.jpg');
    }
}

.versatile-lifestyle-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/versatile-lifestyle-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .versatile-lifestyle-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/camo-2021/versatile-lifestyle-2021-mobile.jpg');
    }
}





/* ////////////////////////////////////// */


/* HEAT BOOST */

/* Home page and Heat Boost Page both have .banner-heat-boost holding a .content-heat-boost div */

.banner-heat-boost {
	position: relative;
	padding-bottom: 10%; /* 1920x160 aspect ratio */
	background-image: url('https://huntworthgear.com/content/bg-banner-heat-boost.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .banner-heat-boost {
    	padding-bottom: 58.3%; /* 960x560 aspect ratio */
		background-image: url('https://huntworthgear.com/content/bg-banner-heat-boost-mobile.jpg');
    }
}

.content-heat-boost-home {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 66%;
	transform: translate(-50%, -50%);
	width: 50%;
	color: #ffffff;
}

@media all and (max-width:767px) {
    .content-heat-boost-home {
    	text-align: center;
    	position: absolute;
		top: 66%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
    }
}

.content-heat-boost {
	position: absolute;
	top: 50%;
	left: 66%;
	transform: translate(-50%, -50%);
	width: 50%;
	color: #ffffff;
}

@media all and (max-width:767px) {
    .content-heat-boost {
    	position: absolute;
		top: 66%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
    }
}

.content-heat-boost-home h2 {
  font-family: "Roboto Condensed";
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 400;
  color: #67625b;
  text-align: center;
  margin: 0;
  text-shadow: 0px 2px #FF9900;
}

@media all and (max-width:767px) {
    .content-heat-boost-home h2 {
    	font-size: 5vw;
    }
}


.content-heat-boost h2 {
  font-family: "Roboto Condensed";
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 400;
  color: #67625b;
  text-align: center;
  margin: 0;
  text-shadow: 0px 2px #FF9900;
}

@media all and (max-width:767px) {
    .content-heat-boost h2 {
    	font-size: 5vw;
    }
}

.content-heat-boost-home p {
  text-align: center;
    margin: 0 5vw;
    text-shadow: 0px 1px #FF9900;
}

@media all and (max-width:767px) {
    .content-heat-boost-home p {
		font-size: 3.6vw;
	    margin: 2.5vw 12.5vw;
    }
}


.content-heat-boost p {
  text-align: center;
    margin: 0 5vw;
    text-shadow: 0px 1px #FF9900;
}

@media all and (max-width:767px) {
    .content-heat-boost p {
		font-size: 3.6vw;
	    margin: 0 5vw;
    }
}

@media all and (max-width:767px) {
    .content-heat-boost .heat-boost-home {
		font-size: 3.6vw;
	    margin: 0 15vw;
    }
}

.content-heat-boost-home .black-button {
	border: 1px solid #FFCC00;
	margin: .5vw auto 0 auto !important;
	padding: .5vw;
}

@media all and (max-width:767px) {
	.content-heat-boost .black-button {
		margin: 2.5vw auto !important;
	}
}

.content-heat-boost .black-button {
	border: 1px solid #FFCC00;
	margin: .5vw auto 0 auto !important;
	padding: .5vw;
}

@media all and (max-width:767px) {
	.content-heat-boost .black-button {
		margin: 2.5vw auto !important;
	}
}

.content-heat-boost .black-button a {
	color: #FFFFFF;
	font-weight: 400;
}

/* Under .banner-heat-boost there is a .column-heat-boost with custom styles for 50%, 33%, and 66% wide columns */

.column-heat-boost {
	padding: 3vw 0 3vw 0;
}

.column-heat-boost .black-button {
	margin: 1vw auto 0 auto !important;
}

@media all and (max-width:767px) {
	.column-heat-boost .black-button {
		margin: 5vw auto !important;
	}
}

.column-heat-boost .column-50-video {
	position: relative;
	display: block;
	float: right;
	width: 50%;

}

@media all and (max-width:767px) {
	.column-heat-boost .column-50-video {
		float: none;
		width: 100%;
	}
}

.column-heat-boost .column-50 h1 {
	margin: 0 2.5vw .5vw 0;
	font-size: 3vw !important;
	font-weight: 300;
}

@media all and (max-width:767px) {
	.column-heat-boost .column-50 h1 {
		margin: 2.5vw 2.5vw 2.5vw 2.5vw;
		font-size: 6vw !important;
		font-weight: 300;
		text-align: center;
	}
}

.column-heat-boost .column-50 p {
	margin: 0 2.5vw 1.25vw 0;
}

@media all and (max-width:767px) {
	.column-heat-boost .column-50 p {
		margin: 0.5vw;
	}
}

@media all and (max-width:767px) {
	.column-heat-boost .column-50 p {
		margin: 2.5vw;
	}
}

.column-heat-boost ul {
	padding: 0 1.25vw .5vw 2.5vw;
	margin: 0 !important;
}

@media all and (max-width:767px) {
	.column-heat-boost ul {
		padding: 1vw 10vw 0vw 10vw;
		margin: 0 !important;
	}
}

.column-heat-boost li {
	margin-bottom: 0 !important;
	padding: 0 0 .625vw 0;
}

@media all and (max-width:767px) {
	.column-heat-boost li {
		margin-bottom: 0 !important;
		padding: 0 0 2.5vw 0;
	}
}

.column-heat-boost hr {
	display: block;
	width: 100% !important;
  height: 5vw !important;
  border: 0px;
	background-image: url(https://huntworthgear.com/content/hr.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center;
}

@media all and (max-width:767px) {
	.column-heat-boost hr {
 		display: none;
	}
}

.show-on-mobile {
	display: block !important;
	height: 10vw !important;
}

.column-heat-boost .column-33 {
	display: block;
	position: relative;
	width: 33%;
	float: left;
}

@media all and (max-width:767px) {
	.column-heat-boost .column-33 {
		float: none;
		width: 100%;
	}
}

.column-heat-boost .column-33 p {
	margin: 0 1.25vw 2.5vw 0;
}

@media all and (max-width:767px) {
	.column-heat-boost .column-33 p {
		margin: 5vw 2.5vw;
	}
}

.column-heat-boost .column-66 {
	display: block;
	position: relative;
	width: 66%;
	float: right;
	text-align: center;
}

@media all and (max-width:767px) {
	.column-heat-boost .column-66 {
		float: none;
		width: 100%;	
	}
}

.column-heat-boost .column-66 h2 {
	margin: 3vw 0 0 0;
}

.column-heat-boost .column-66 p {
	margin: 0 10vw;
}

@media all and (max-width:767px) {
	.column-heat-boost .column-66 p {
		margin: 2vw 10vw 4vw 10vw;
	}
}

.column-heat-boost .go-right {
	float: right;
}

.column-heat-boost .go-left {
	float: left;
}

.heat-boost-video {
	position: relative;
	padding-bottom: 56.25%; 
	background-image: url('https://huntworthgear.com/content/heat-boost/huntworth-heat-boost-video-bg.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */	
}

.heat-boost-video-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10%;
	color: #FFFFFF !important;
	text-shadow: #000000 0 4px 0;
	text-align: center;
	font-size: 2vw;
	font-weight: 600;
	padding-top: 5vw;
	background-image: url('https://huntworthgear.com/content/camo-2021/play-button.png');
	background-position: top;
	background-repeat: no-repeat; 
	background-size: 100%; 
}

@media all and (max-width:767px) {
    .heat-boost-video-link {
    	position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 25%;
		font-size: 4vw;
		padding-top: 15vw;
		background-size: 50%;
    }
}

a.heat-boost-video-link:link {

}

a.heat-boost-video-link:visited {

}

a.heat-boost-video-link:hover {
	text-decoration: none;
}

a.heat-boost-video-link:active {

}


a.heat-boost-info-link:link {
	color: #ff6600;
}

a.heat-boost-info-link:visited {
	color: #ff6600;
}

a.heat-boost-info-link:hover {
	color: #ff0000;
}

a.heat-boost-info-link:active {
	color: #ff6600;
}

.p-t-30 {
	padding: 3vw 0 0 0;
}

@media all and (max-width:767px) {
	.p-t-30 {
		padding: 0;
	}
}



.column-properties-of-graphene {
	margin: 0 2.5vw;
}

.column-properties-of-graphene ul {
	list-style-image: url('https://huntworthgear.com/content/heat-boost/bullet-heat-boost.jpg');
}


/* WOMEN'S TARNEN */


.banner-womens-tarnen {
	position: relative;
	padding-bottom: 25%; /* 1920x480 aspect ratio */
	background-image: url('https://huntworthgear.com/content/bg-womens-tarnen.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	margin: 2vw 0 0 0;
}

@media all and (max-width:767px) {
    .banner-womens-tarnen {
    	padding-bottom: 50%; /* 960x480 aspect ratio */
		background-image: url('https://huntworthgear.com/content/bg-womens-tarnen-mobile.jpg');
    }
}

.content-womens-tarnen {
	position: absolute;
	top: 50%;
	left: 37%;
	transform: translate(-50%, -50%);
	width: 20%;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	font-size: 2vw;
	line-height: 1;
}

@media all and (max-width:767px) {
    .content-womens-tarnen {
    	position: absolute;
		top: 50%;
		left: 37%;
		transform: translate(-50%, -50%);
		width: 33%;
		font-size: 4vw;
    }
}

.content-womens-tarnen p {
	color: #ffffff;
	margin: 2vw 0 0 0;
}

.green-button {
	display: block;
	width: 12vw;
	margin: 1vw auto;
	text-align: center;
	font-size: 1.2vw;
	background: #608070;
	padding: .25vw;
	border: 2px solid #FFFFFF;
}

@media all and (max-width:767px) {
	.green-button {
			font-size: 3.6vw;
			width: 24vw;
	}
}

.green-button a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.green-button a:visited {
	text-decoration: none;
}

.green-button a:hover {
	text-decoration: none;
}

.green-button a:active {
	text-decoration: none;
}


/* Our History Page */






.h1-our-story-2021 {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	width: 30%;
	color: #ffffff;
}

@media all and (max-width:767px) {
    .h1-our-story-2021 {
    	position: absolute;
		top: 75%;
		left: 25%;
		transform: translate(-50%, -50%);
		width: 33%;
    }
}

.h1-our-story-2021 h1 {
	text-transform: none;
	color: #FFFFFF;
	font-size: 3vw;
	font-weight: 200;
	line-height: 1;
	text-align: center;
	margin: 0;
	text-shadow: #000000 0 4px 0;
}

@media all and (max-width:767px) {
	.h1-our-story-2021 h1 {
		font-size: 5vw;
		text-shadow: #000000 0 2px 0;
	}
}







.image-our-story-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/our-story/our-story-image-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .image-our-story-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/our-story/our-story-image-2021-mobile.jpg');
    }
}

.history-our-story-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/our-story/our-story-our-history-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .history-our-story-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/our-story/our-story-our-history-2021-mobile.jpg');
    }
}

.why-choose-huntworth-our-story-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/our-story/our-story-why-choose-huntworth-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .why-choose-huntworth-our-story-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/our-story/our-story-why-choose-huntworth-2021-mobile.jpg');
    }
}

.huntworth-camo-our-story-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/our-story/our-story-huntworth-camo-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .huntworth-camo-our-story-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/our-story/our-story-huntworth-camo-2021-mobile.jpg');
    }
}

.huntworth-technology-our-story-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/our-story/our-story-huntworth-technology-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .huntworth-technology-our-story-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/our-story/our-story-huntworth-technology-2021-mobile.jpg');
    }
}

.huntworth-every-day-our-story-2021 {
	position: relative;
	padding-bottom: 33%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/our-story/our-story-huntworth-every-day-2021.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
    .huntworth-every-day-our-story-2021 {
        padding-bottom: 66%; 
		background-image: url('https://huntworthgear.com/content/our-story/our-story-huntworth-every-day-2021-mobile.jpg');
    }
}





#mc_embed_signup form {
	padding: 0px !important;
}



.site-header {
	border-bottom: 0px !important;
}

/*
.top-bar .container {
	min-height: 0 !important;
	max-height: none !important;
	height: 2.5rem !important; /* html font-size is 15 so 2.5 * 15 = 37.5 
}

@media all and (max-width:767px) {
	.top-bar .container {
		min-height: 0 !important;
		height: 7.5rem !important; /* html font-size is 15 so 2.5 * 15 = 37.5 
	}
}*/

.top-bar-button {
	padding-top: 0 !important;
	min-height: 0 !important;
	height: auto !important;
}

.site-branding {
    /*background: url(https://cdn7.bigcommerce.com/s-ntj8ctissz/product_images/uploaded_images/repeating-red-background-tile-20180626.jpg) center;*/
}

.site-branding-logo {
	padding: 0px !important;
}
            
.main-nav-bar {
  /*background: url(https://cdn7.bigcommerce.com/s-ntj8ctissz/product_images/uploaded_images/repeating-red-background-tile-20180626.jpg) center;*/
  background-color: #FFFFFF;
}

	.main-nav-bar .container {
		/*height: 4rem !important;  html font-size is 15 so 5 * 15 = 75 */
	}

.main-nav-bar .site-branding {
	/*height: 4rem !important;*/
}

.main-nav-bar .navigation {
	/*height: 4rem !important;*/
}   

.main-nav-bar .dropdown-panel {
	background-color: #45423d;
}

.main-nav-bar .navigation > ul > li.dropdown > a {
	padding: 0 !important;
}

.main-nav-bar .top-level-nav-link {
	padding: 0 !important;
	/*line-height: 4rem !important;*/
}

.mega-nav-panel {

}

.top-level-nav-link {
    letter-spacing: -.25px !important;
}

       
            
.default .slick-slider {
	line-height: 0 !important;
}
            
.product-description ul li {
	margin-bottom: .25rem !important;
}

.nav-page {
	position: relative;
}
            
.HorizontalFormContainer dt {
	line-height: 15px !important;
}

.HorizontalFormContainer dd {
	line-height: 15px !important;
}

dt {
	line-height: 15px !important;
}

dd {
	line-height: 15px !important;
} 

.FormFieldLabel {
	line-height: 15px !important;
} 

svg {
	fill: black;
}

svg.icon-close {
	fill: white;
}
.social-media-link svg{fill: white;}

/* ////////////////////////////////// A Plus Content ////////////////////////////////////// */

.camo-a-plus-2021 {
	background-color: #9e9b95;
}

.camo-a-plus-2021 p {
	padding: 2vw 0;
}

.a-plus-disruption-images {
	position: relative;
	padding-bottom: 66%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/all-season-disruption-2021-mobile.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.a-plus-tarnen-images {
	position: relative;
	padding-bottom: 66%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/all-season-tarnen-2021-mobile.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.a-plus-hiddn-images {
	position: relative;
	padding-bottom: 66%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/all-season-hiddn-2021-mobile.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.a-plus-snow-camo-images {
	position: relative;
	padding-bottom: 66%; /* 3:1 aspect ratio */
	background-image: url('https://huntworthgear.com/content/camo-2021/season-snow-camo-2021-mobile.jpg');
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.video-a-plus-2021 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF !important;
	text-shadow: #000000 0 4px 0;
	text-align: center;
	font-weight: 600;
	background-image: url('https://huntworthgear.com/content/camo-2021/play-button.png');
	background-position: top;
	background-repeat: no-repeat; 
	background-size: 50%; 
	width: 20%;
	font-size: 2vw;
	line-height: 2vw;
	padding-top: 128px;
}

@media all and (max-width:767px) {
	.video-a-plus-2021 {
		width: 20%;
		font-size: 4vw;
		line-height: 4vw;
		padding-top: 64px;
	}
}

/* H1 Banner Images / HEADERS for CATEGORIES */

.listing-header {
	margin-bottom: 0;
}

@media all and (max-width:767px) {
	.listing-header p {
		margin: 2.5vw 1.25vw;
	}
}



.category-breadcrumbs-utils {
	margin: 0 0 1.6vw 0;
}

.faceted-search-toggle {
	margin: 1.6vw 0;
}

.category-header {
	position: relative;
	height: 8vw;
	color: #ffffff;
	background-color: #434542;
	margin-top: 15px;
	background-position: top center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}

@media all and (max-width:767px) {
	.category-header {
		height: 50vw;
		margin-top: 0px;
	}
}

.category-header h1 {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #ffffff;
	font-weight: 200;
	margin: 0;
	padding: 0 0 0 2.5vw;
	text-align: left;
	text-shadow: #000000 0px 2px 0px;
	text-transform: none !important;
}

@media all and (max-width:767px) {
	.category-header h1 {
		top: 75%;
		padding: 0 0 0 10px;
		text-shadow: #000000 0px 2px 0px;
	}
}

.category-header p {
	display: block;
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	right: 0px;
	width: 33%;
	font-size: 1vw;
	color: #FFFFFF;
	margin: 0;
	padding: 0 20px 0 0;
	text-align: left;
	text-shadow: #000000 0px 2px 0px;
}

@media all and (max-width:767px) {
	.category-header p {
		width: 100%;
		bottom: 5%;
		transform: translateY(0%);
		font-size: 4vw;
		padding: 0 20px 0 20px;
		text-shadow: #000000 0px 1px 0px;
		background-color: #FFFFFF;
	}
}

.category-header-read-more {
	background-color: #292622;
	margin-top: 15px;
	color: #FFFFFF;
	text-shadow: #000000 0px 2px 0px;

	padding: 20px;
}

.category-header-read-more h1 {
	color: #ffffff;
	font-weight: 200;
	margin: 0;
	padding: 0 0 30px 0;
	text-align: left;
	text-shadow: #000000 0px 2px 0px;
	text-transform: none !important;
}

.category-header-read-more p {
	color: #FFFFFF;
	margin: 0;
	padding: 0px;
	text-align: left;
	text-shadow: #000000 0px 1px 0px;
}

.category-header-read-more ul {
	list-style-type: disc;
	padding: 20px 0px 20px 20px;
}

.category-header-read-more li {

}



.mens-heat-boost {
	background-image: url('https://huntworthgear.com/content/category/mens-heat-boost.jpg');
}

@media all and (max-width:767px) {
	.mens-heat-boost {
		background-image: url('https://huntworthgear.com/content/category/mens-heat-boost-mobile.jpg');
	}
}


.misc {
	background-image: url('https://huntworthgear.com/content/category/misc.jpg');
}

@media all and (max-width:767px) {
	.misc {
		background-image: url('https://huntworthgear.com/content/category/misc-mobile.jpg');
	}
}


.gift-certificates {
	background-image: url('https://huntworthgear.com/content/category/gift-certificates.jpg');
}

@media all and (max-width:767px) {
	.gift-certificates {
		background-image: url('https://huntworthgear.com/content/category/gift-certificates-mobile.jpg');
	}
}


.logo-wear {
	background-image: url('https://huntworthgear.com/content/category/logo-wear.jpg');
}

@media all and (max-width:767px) {
	.logo-wear {
		background-image: url('https://huntworthgear.com/content/category/logo-wear-mobile.jpg');
	}
}


.accessories {
	background-image: url('https://huntworthgear.com/content/category/accessories.jpg');
}

@media all and (max-width:767px) {
	.accessories {
		background-image: url('https://huntworthgear.com/content/category/accessories-mobile.jpg');
	}
}

.hunting-packs {
	background-image: url('https://huntworthgear.com/content/category/hunting-packs.jpg');
}

@media all and (max-width:767px) {
	.hunting-packs {
		background-image: url('https://huntworthgear.com/content/category/hunting-packs-mobile.jpg');
	}
}

.mens-hunting-clothing {
	background-image: url('https://huntworthgear.com/content/category/mens-hunting-clothing.jpg');
}

@media all and (max-width:767px) {
	.mens-hunting-clothing {
		background-image: url('https://huntworthgear.com/content/category/mens-hunting-clothing-mobile.jpg');
	}
}

.mens-hunting-gloves {
	background-image: url('https://huntworthgear.com/content/category/mens-hunting-gloves.jpg');
}

@media all and (max-width:767px) {
	.mens-hunting-gloves {
		background-image: url('https://huntworthgear.com/content/category/mens-hunting-gloves-mobile.jpg');
	}
}

.mens-hunting-headwear {
	background-image: url('https://huntworthgear.com/content/category/mens-hunting-headwear.jpg');
}

@media all and (max-width:767px) {
	.mens-hunting-headwear {
		background-image: url('https://huntworthgear.com/content/category/mens-hunting-headwear-mobile.jpg');
	}
}

.mens-lifestyle {
	background-image: url('https://huntworthgear.com/content/category/mens-lifestyle.jpg');
}

@media all and (max-width:767px) {
	.mens-lifestyle {
		background-image: url('https://huntworthgear.com/content/category/mens-lifestyle-mobile.jpg');
	}
}

.mens {
	background-image: url('https://huntworthgear.com/content/category/mens.jpg');
}

@media all and (max-width:767px) {
	.mens {
		background-image: url('https://huntworthgear.com/content/category/mens-mobile.jpg');
	}
}

.mens-new-arrivals {
	background-image: url('https://huntworthgear.com/content/category/mens-new-arrivals.jpg');
}

@media all and (max-width:767px) {
	.mens-new-arrivals {
		background-image: url('https://huntworthgear.com/content/category/mens-new-arrivals-mobile.jpg');
	}
}

.pattern-all {
	background-image: url('https://huntworthgear.com/content/category/pattern-all.jpg');
}

@media all and (max-width:767px) {
	.pattern-all {
		background-image: url('https://huntworthgear.com/content/category/pattern-all-mobile.jpg');
	}
}

.pattern-blaze {
	background-image: url('https://huntworthgear.com/content/category/pattern-blaze.jpg');
}

@media all and (max-width:767px) {
	.pattern-blaze {
		background-image: url('https://huntworthgear.com/content/category/pattern-blaze-mobile.jpg');
	}
}

.pattern-disruption {
	background-image: url('https://huntworthgear.com/content/category/pattern-disruption.jpg');
}

@media all and (max-width:767px) {
	.pattern-disruption {
		background-image: url('https://huntworthgear.com/content/category/pattern-disruption-mobile.jpg');
	}
}

.pattern-hiddn {
	background-image: url('https://huntworthgear.com/content/category/pattern-hiddn.jpg');
}

@media all and (max-width:767px) {
	.pattern-hiddn {
		background-image: url('https://huntworthgear.com/content/category/pattern-hiddn-mobile.jpg');
	}
}

.pattern-lifestyle {
	background-image: url('https://huntworthgear.com/content/category/pattern-lifestyle.jpg');
}

@media all and (max-width:767px) {
	.pattern-lifestyle {
		background-image: url('https://huntworthgear.com/content/category/pattern-lifestyle-mobile.jpg');
	}
}

.pattern-snow-camo {
	background-image: url('https://huntworthgear.com/content/category/pattern-snow-camo.jpg');
}

@media all and (max-width:767px) {
	.pattern-snow-camo {
		background-image: url('https://huntworthgear.com/content/category/pattern-snow-camo-mobile.jpg');
	}
}

.pattern-tarnen {
	background-image: url('https://huntworthgear.com/content/category/pattern-tarnen.jpg');
}

@media all and (max-width:767px) {
	.pattern-tarnen {
		background-image: url('https://huntworthgear.com/content/category/pattern-tarnen-mobile.jpg');
	}
}

.womens-hunting-clothing {
	background-image: url('https://huntworthgear.com/content/category/womens-hunting-clothing.jpg');
}

@media all and (max-width:767px) {
	.womens-hunting-clothing {
		background-image: url('https://huntworthgear.com/content/category/womens-hunting-clothing-mobile.jpg');
	}
}

.womens-hunting-gloves {
	background-image: url('https://huntworthgear.com/content/category/womens-hunting-gloves.jpg');
}

@media all and (max-width:767px) {
	.womens-hunting-gloves {
		background-image: url('https://huntworthgear.com/content/category/womens-hunting-gloves-mobile.jpg');
	}
}

.womens-hunting-headwear {
	background-image: url('https://huntworthgear.com/content/category/womens-hunting-headwear.jpg');
}

@media all and (max-width:767px) {
	.womens-hunting-headwear {
		background-image: url('https://huntworthgear.com/content/category/womens-hunting-headwear-mobile.jpg');
	}
}

.womens-lifestyle {
	background-image: url('https://huntworthgear.com/content/category/womens-lifestyle.jpg');
}

@media all and (max-width:767px) {
	.womens-lifestyle {
		background-image: url('https://huntworthgear.com/content/category/womens-lifestyle-mobile.jpg');
	}
}

.womens {
	background-image: url('https://huntworthgear.com/content/category/womens.jpg');
}

@media all and (max-width:767px) {
	.womens {
		background-image: url('https://huntworthgear.com/content/category/womens-mobile.jpg');
	}
}

.womens-new-arrivals {
	background-image: url('https://huntworthgear.com/content/category/womens-new-arrivals.jpg');
}

@media all and (max-width:767px) {
	.womens-new-arrivals {
		background-image: url('https://huntworthgear.com/content/category/womens-new-arrivals-mobile.jpg');
	}
}

.youth-clothing {
	background-image: url('https://huntworthgear.com/content/category/youth-clothing.jpg');
}

@media all and (max-width:767px) {
	.youth-clothing {
		background-image: url('https://huntworthgear.com/content/category/youth-clothing-mobile.jpg');
	}
}

.youth-new-arrivals {
	background-image: url('https://huntworthgear.com/content/category/youth-clothing.jpg');
}

@media all and (max-width:767px) {
	.youth-new-arrivals {
		background-image: url('https://huntworthgear.com/content/category/youth-clothing-mobile.jpg');
	}
}

.youth-hunting-gloves {
	background-image: url('https://huntworthgear.com/content/category/youth-hunting-gloves.jpg');
}

@media all and (max-width:767px) {
	.youth-hunting-gloves {
		background-image: url('https://huntworthgear.com/content/category/youth-hunting-gloves-mobile.jpg');
	}
}

.youth-hunting-headwear {
	background-image: url('https://huntworthgear.com/content/category/youth-hunting-headwear.jpg');
}

@media all and (max-width:767px) {
	.youth-hunting-headwear {
		background-image: url('https://huntworthgear.com/content/category/youth-hunting-headwear-mobile.jpg');
	}
}

.youth {
	background-image: url('https://huntworthgear.com/content/category/youth.jpg');
}

@media all and (max-width:767px) {
	.youth {
		background-image: url('https://huntworthgear.com/content/category/youth-mobile.jpg');
	}
}



.product-videos-list {
	position: relative;
	padding: .5vw;
	margin: .5vw;
	background-color: #dedbd9;
	border-radius: 3px;
}

@media all and (max-width:767px) {
	.product-videos-list {
		position: relative;
		padding: 2vw 1vw;
		margin: 1vw;
		background-color: #dedbd9;
		border-radius: 6px;
	}
}

.product-details-column .video-container {
	margin: 0 auto !important;
}

.product-videos-list p {
	position: absolute;
	top: 50%;
	left: 12.5%;
	transform: translate(-50%, -50%);
	display: block;
	width: 12.5%;
	margin: 0;
	padding: 0 0 0 64px;
	font-weight: 600;
	font-size: 1.6vw;
	line-height: 1;
	background-image: url('https://huntworthgear.com/content/product/play-button-product.jpg');
	background-position: center left; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: auto 100%; /* Resize the background image to cover the entire container */
}

@media all and (max-width:767px) {
	.product-videos-list p {
		font-size: 5vw;
		padding: 0 0 0 48px;
	}
}

.product-videos-list .video-container {

}

#stamped-main-widget {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}

.stamped-container {
	margin: 0px auto !important;
}

/* CREATE ACCOUNT */

.HorizontalFormContainer {
	width: 1200px !important;
}


/* READ MORE/LESS  */

.readmore_content {
	height: 0;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.readmore_content.open {
	height: auto;
	display: inline;
}

.readmore,
.readless {
	cursor: pointer;
	font-weight: 600;
}


.readmore.hide,
.readless.hide{
	display: none;
}

.readless {
	display: block;
	margin: 0;
}

@media all and (max-width:767px) {
	.readless {
		margin: 0 1.25vw;
	}
}

#mc_embed_signup_scroll {
	color: #000000;
}

#mc_embed_signup input.email {
	width: 100%;
}







/* anna */

@charset "UTF-8";
/* CSS Document */
/* Custom code starts */
.visible-mobile {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-mobile {
    display: inline !important;
      
  }
  .hidden-mobile {
    display: none !important;
  }
}

.powr-banner:after { /*clear float*/
  clear: both;
}

.powr-banner > div {
  margin: 0px 0px -32px 0px;
  width: 100%;
}

.nick{
    clear: both;
  margin: 0 0 0 0;
width: 100%;
}

.home-banner {
  width: 100%;
  height: auto;
    margin: 0px 0px -10px 0px;
}

@media (max-width: 480px) { /*breakpoint*/
  .home-banner > div {
    display: none;
  }
}

.home-mobile-banner {
  width: 100%;
  height: auto;
}

@media (min-width: 480px) { /*breakpoint*/
  .home-mobile-banner > div {
    display: none;
  }
}

.content-margins {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto Condensed";
  padding: 0px 15px 0px 15px;
}

.content-margins h2 {
  font-family: "Roboto Condensed";
  font-size: 32px;
  font-weight: 700;
  color: #67625b;
  margin: 5px 0px 10px 0px;
}

.metal_buttons {
  background: url(https://cdn7.bigcommerce.com/s-ntj8ctissz/product_images/uploaded_images/footer-bg.jpg?t=1530643922) repeat;
  border: none;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0px 5px 0px;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 300;
}

.blackfriday {
display: block;
float:none;
  background: url(https://cdn11.bigcommerce.com/s-ntj8ctissz/product_images/uploaded_images/homepage-20191025-sale-bar.jpg?t=1572287503) #25550b;
  text-align: center;
  background: #b7e500;
  background-position: top;
  color: #000000;
  font-size: 24px;
  padding: 5px 0px 5px 0px;
  font-family: "Roboto Condensed";
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .blackfriday {
    font-size: 18px;
  }
}
@media screen and (max-width: 490px) {
  .blackfriday {
    font-size: 15px;
  }
}
@media screen and (max-width: 416px) {
  .blackfriday {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .blackfriday {
    font-size: 11px;
  }
}
.homeiframe iframe {
  width: 100%;
  height: auto;
  overflow: hidden;
  scroll: none;
}
.elfsight-app-93cf165a-ddf4-4fae-b8b8-c01828f83ff2 {
  text-align: center;
}
.apps-cached_view {
  margin: 0;
}
.powr-multi-slider {
  margin: 0px 0px 0px 0px;
  width: 100%;
}
#appView {
  margin: 0px 0px 0px 0px;
}
.ProductList .ProductPriceRating em .SalePrice {
  color: #f00 !important;
}
/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
h3 {
  line-height: .5em;
}

.top-bar-center {
  text-align: center;

}

@media only screen and (max-width: 600px) {
  .top-bar-center {

  }
}

.product-tabs {
  margin-bottom: 40px;
}
.video-container {
  width: 100%;
  height: auto;
    text-align: center;
    
}
.videoWrapper {
  position: relative;
      padding-bottom: calc(var(--aspect-ratio, .5625) * 100%); 
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





@media (min-aspect-ratio: 16/9) {
  .videoWrapper { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .videoWrapper { width: 300%; left: -100%; }
}



/*----------  Banners  ----------*/
.banners {
  @extend %clearfix;
  padding: 0 0;
  text-align: center;
 background: url(https://cdn11.bigcommerce.com/s-ntj8ctissz/product_images/uploaded_images/huntworth-rock-background-2020.jpg?t=1595002108) repeat #ececec;
}

.banner {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid $color-border;
  // override default rte colors
  h1, h2, h3, h4, h5, h6 {
    color: inherit;
  }
  a {
    text-decoration: underline;
    &:hover {
      color: $color-link;
    }
  }
  &:last-child {
    border-bottom: 0;
  }
}

/* scss-combine:pages/blog */
/*----------  Blog Index  ----------*/
.blog {
  .post-thumb {
    background: none !important; // over-ride inline style
  }
  .post-read-more {
    @extend .button;
    @extend .button-wide;
  }
}
.blog-items-list {
  .post {
    width: 48%;
    float: left;
    padding-bottom: $section-padding;
    margin: 1%;
    &:last-child {
      border: 0;
    }
  }
  @media (max-width: 480px) { /*breakpoint*/
    .post {
      float: none;
      width: 100%;
    }
  }
  .post-thumb {
    margin-bottom: 1rem;
  }
  .post-title, .post-meta {
    text-align: center;
  }
  .post-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .post-summary {
    margin-bottom: $double-gutter;
    text-align: center;
  }
  .post-summary-actions {
    text-align: center;
  }
  .share-buttons-nav {
    display: inline-block;
    margin-top: rem-calc(30px);
    @include media($min: $breakpoint-xs) {
      margin-top: 0;
      margin-left: rem-calc(30px);
    }
  }
}
.post-thumb, .featured-image-container {
  display: block;
  img {
    width: 100%;
  }
}
.post {
  .icon-calendar, .icon-avatar {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    transform: translateY(-1px);
  }
}
.post-meta {
  font-weight: 300;
  font-size: rem-calc(11);
  letter-spacing: 0.09em;
  color: $color-meta;
  text-transform: uppercase;
  @if $font-secondary=="Roboto Condensed" {
    font-family: $font-secondary;
  }
  > * {
    vertical-align: middle;
  }
}
.post-date {
  margin-right: 38px;
}
/*----------  Blog Single  ----------*/
.blog-post-single {
  .post-header {
    background-color: transparent;
  }
  .post-meta {
    margin-bottom: 0;
  }
  .post-main {
    max-width: $blog-index-width;
    margin: 0 auto;
  }
  .post-footer {
    margin-bottom: rem-calc(160px);
    text-align: center;
    .post-tags, .share-buttons-nav {
      margin-top: $section-padding;
    }
  }
}
.post-tag {
  padding: rem-calc(10px);
  margin-right: 6px;
  background-color: $color-background-secondary;
  border-radius: $border-radius;
  transition: all 0.3s ease;
  &:before {
    content: "#";
  }
  &:hover {
    color: contrast($color-body, 80%);
    background-color: shade($color-background-secondary, 20%);
  }
}

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

.form-select-wrapper{font-size:18px;}

.mega-nav-list .children a{
    opacity: 100%;

}
.dropdown-panel ul li a{
    color: #ffffff;
	font-weight: 300;
}




.add-to-cart-form .product-options-container .form-field-options .form-field-control{
	padding-right:33% !important;
}


.stamped-product-reviews-badge {
    color: #6b6e79;
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: .8125rem;
}


.alert.alert-success,
.alert.alert-success .alert-message a{

}

.alert.alert-success{

}

.form-field-invalid .form-inline-message{
	font-size: 1rem;
}

/* end anna */


.huntworth-paypment-minicart {
	padding: 10px 0px;
	color: #FFFFFF;
}

.huntworth-paypment-minicart a {
	font-weight: bold;
	color: #FFFFFF;
}