/* RESET */
*{margin: 0;padding: 0;}
a img{outline: none;border: none;}
a{color: #6D33A5;transition: color 0.2s linear 0s;}
a:focus, a:active, a{outline: none;border: none;}
a:hover{color: #0A0821;}
.checkout a:hover{color:#fff;}

/* Universal Styles */
.clear{clear: both;}
.right{float: right;margin: 5px 0;}
.left{float: left;margin: 5px 0;}
.aleft{text-align: left;}
.column2{width:450px;margin: 10px 20px 10px 10px;float:left;}
del{ color:#CA0000; }
.column2 .editor-field{height:27px;}
.fullColumn{float:left;width:100%;}
.aright{text-align: right;}

.photoItem {
	display: inline-block;
	margin: 19px;
}
	.photoItem:hover img {
		opacity: 0.8; transition: all 0.25s ease;
	}

	.photoItem img {
		transition: all 0.25s ease;
	}

	/*--Grid Column Styles--*/
	.content-grid, .content-grid .row {
		width: 100%;
		float: left;
		display: block;
		clear: both;
		padding: 20px 0;
	}

	.content-grid .row {
		border-bottom: 1px solid #a5a5a5;
	}

		.content-grid .row:first-child {
			border-top: 1px solid #a5a5a5;
			margin-top: 20px;
		}

.col-full, .col-half, .col-third, .col-twoThird, .col-four, .col-threeFourth, .col-five, .col-twoFifth, .col-threeFifth, .col-fourFifth, .col-six, .col-fiveSixth {
	float: left;
	width: 100%;
	margin-left: 0%;
	padding: 10px 0;
}

.content-grid .row.oneRow {
	border: none;
	margin: 0;
	padding: 0
}

@media (min-width: 648px) {
	.col-full, .col-half, .col-third, .col-twoThird, .col-four, .col-threeFourth, .col-five, .col-twoFifth, .col-threeFifth, .col-fourFifth, .col-six, .col-fiveSixth {
		padding: 0;
	}

	.padding-right {
		padding-right: 10px;
	}

	.padding-left {
		padding-left: 10px;
	}

	.col-half {
		width: 50%;
	}

	.col-third {
		width: 33.33333%;
	}

	.col-four {
		width: 25%;
	}

	.col-five {
		width: 20%;
	}

	.col-six {
		width: 16.66666667%;
	}

	.col-twoFifth {
		width: 40%;
	}

	.col-threeFifth {
		width: 60%;
	}

	.col-twoThird {
		width: 66.66666%;
	}

	.col-threeFourth {
		width: 75%;
	}

	.col-fourFifth {
		width: 80%;
	}

	.col-fiveSixth {
		width: 83.33333333333333%;
	}
}

@media (min-width: 648px) {
	.col-half {
		width: 50%;
	}

	.col-third {
		width: 33.33333%;
		margin-left: 0%;
	}

	.col-twoThird {
		width: 66.666666%;
		margin-left: 0%;
	}

	.col-threeFourth {
		width: 75%;
		margin-left: 0%;
	}

	.col-four {
		width: 25%;
		margin-left: 0%;
	}
}

@media (min-width: 450px) {
	.col-five {
		width: 50%;
		margin-left: 0%;
	}
}

@media (min-width: 800px) {
	.col-five {
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media (min-width: 1000px) {
	.col-six {
		width: 33.3333333%;
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.col-five {
		width: 20%;
		margin-left: 0%;
	}

	.col-six {
		width: 16.66666667%;
		margin-left: 0;
	}
}



/* Call To Action */
#fixedCTA {position:fixed; z-index:2000; top:278px; padding:20px 0; left:0; color:#000; text-align:center; width:250px; font-family:'Century Gothic', 'Raleway', CenturyGothic, AppleGothic, sans-serif;
text-rendering:optimizelegibility; font-size:11.5px; font-weight:bold; letter-spacing:1px; text-decoration:none; text-transform:uppercase; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); 
background: #05fc11; /* Old browsers */
background: -moz-linear-gradient(top, #05fc11 0%, #039926 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #05fc11 0%,#039926 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #05fc11 0%,#039926 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05fc11', endColorstr='#039926',GradientType=0 ); transition:all 0.2s ease; /* IE6-9 */ }
#fixedCTA span {display:block; clear:both; width:100%;}
#fixedCTA span.fixedHeader {font-size:17.5px; font-weight:bold; letter-spacing:1px;}
#fixedCTA:hover {width:280px; transition:all 0.2s ease;}

@media (max-width:1400px) {
#fixedCTA {width:155px;}
#fixedCTA:hover {width:170px;}
}

@media (max-width:950px) {
#footerWrapper {padding-bottom:150px !important;}
#fixedCTA {width:100%; bottom:0; top:auto;}
#fixedCTA:hover {width:auto;}
}

#ContactForm {margin:0 0 50px; float:left;}

.edHeadingL {font-size:13px; color:#B89152; font-weight:bold; letter-spacing:2px; margin-bottom:4px; padding-left:2px; text-transform:uppercase;}
.grey   {background:#F7F4E3;}
.white  {background:#fff;}
.border {border:solid 2px #201626; padding:15px;}

.heading{color:#201626; float:left; font-size:13px;font-weight: bold;line-height: 20px;letter-spacing:2px;margin-bottom: 10px;padding: 0;text-transform: uppercase;width: 100%;}
.subHeading{color: #000;float: left;font-size: 12px;margin-bottom: 6px;margin-top: 0;width: 100%;}
#mainContent .bigRed, #mainContent .bigRed p {color:#a00; font-size:18px;}
fieldset {border: none;}

/* END Universal Styles */
.Home {background:url(/Content/images/homepageBG.jpg) top center no-repeat #fff;}
.Home #mainContent{border-top:solid 6px #0A081E;}
.Home #mainContent h1{ font-weight: normal;text-align: left;text-transform: none;margin-left:20px;margin-bottom:20px;}
body{background: url(/Content/images/CartBG.jpg) top center no-repeat #fcf9e8;min-width:320px;}
.Home #mainWrapper{float: left;width: 100%;min-height: 1000px;padding:0px;background: #fff;}
#wrapper{max-width: 1000px;width: 100%;background: #FFFFFF;margin: 0 auto;position:relative;clear:both;}
#bodyWrapper{max-width: 1000px;margin:0 auto;clear:both;}
#header {margin: 0 auto;width:100%;max-width: 1000px;padding: 0;position: relative;display: inline-block;left: 50%;transform: translate(-50%);-ms-transform: translate(-50%);-webkit-transform: translate(-50%);z-index:101;}
.headerRight {float: right;margin-top: 15px;width: 360px;position: static;margin-bottom: 34px;}
#logo{background: #140E23;float: left;height: 168px;padding: 10px;text-align: center;width: 134px;}
#headerAd{ width: 460px;height:180px;float:left;}
#logo a{display: block;float: left;width: 100%;height: 100%;}
#logo a img{padding-left: 9px; padding-top: 8px;max-width:100%;max-height:100%;}
.phone{color: #0A0821;float: right;font-size: 24px;margin-right: 10px;text-align: right;}
.CreditcardHeader{ float:right;margin-right: 10px; }

/* START NAV */
#navLevel1{clear: right;float: right;line-height: 32px;margin-right: 10px;}
#navLevel1 ul{list-style-type: none;float: left;width: 100%;}
#navLevel1 ul li{float: left;}
#navLevel1 ul li span{float: left;margin: 0 10px;color: #6D33A5;}
#navLevel1 ul li a{text-decoration: none;color: #000000;font-size: 11px;text-align: center;float: left;letter-spacing: 1px;}
#navLevel1 ul li a:hover{color: #6D33A5;}
/* END NAV */
#siteNav{float: left;color: #cd9659;font-size: 10px;letter-spacing: 1px;text-transform: none;width: 100%;}
#siteNav img{margin-left: -20px;max-width: 1000px;}
#siteNav a{color:#000;text-decoration:none;}
#siteNav a:hover{color:#55489E;}

/* SEARCH */
#search{height: 25px;float: right;margin-top: 2px;margin-right:10px;}
#search #SearchBox{border: 1px solid #A09FA9;float: left;font-size: 11px;height: 28px;padding-left: 8px;width: 166px;}
.box2{float: left;margin-left: -1px;margin-top: 0px;}
/* END SEARCH */

.col1{float: left;width: 340px;}
.col2{float: left;width: 660px;}
.bottomAds{float:left;width:100%;}
.hotLegsAd.vert{width:341px;}
.hotLegsAd.horiz{width:330px;}
.hotLegsAd.horiz.first{margin-right:5px;}
.hotLegsAd.horiz.last{margin-left:5px;}

.hotLegsAd{float: left;width: 100%;}
.hotLegsAd img{float: left;width: auto;max-width: 100%;}
.connect{float: left;width: 100%;height:96px;}
.connectHeading{text-align: center;width: 100%;float: left;margin-top: 10px;}
.connect ul{float: left;width: 100%;list-style-type: none;margin-top: 10px;margin-bottom: 10px;}
.connect ul li{float: left;margin-left: 34px;width: 45px;background:none;padding-left:0px;}
#footer .columnLarge .connect ul li{float: left;margin-left: 24px;width: 45px;background:none;padding-left:0px;}
#footer .columnLarge .connect ul li.first{ margin-left: 17px; }


/* MAIN CONTENT */
#mainWrapper{background: none repeat scroll 0 0 #FFFFFF;float: left;min-height: 700px;padding: 0 2%;position: relative;width: 96%;}
#main{width: 100%;float: left;}
#mainContent{color: #0A0821;float: left;padding: 0 0% 20px;position: relative;width: 100%;}
.home #mainContent{max-width: 1000px;margin-left: 0px;}
#mainContent h1{color: #0A0821;font-size: 24px;text-align: center;text-transform: uppercase;width: auto;margin: 20px auto 0px auto;position:relative;overflow:hidden;}
#mainContent h1 span{display: inline-block;position: relative;}
#mainContent h1 span:before, #mainContent h1 span:after{content: "";position: absolute;height: 5px;border-bottom: 1px solid #B07234;border-top: 1px solid #B07234;top: 13px;width: 20%;}
#mainContent h1 span:before {right: 100%;margin-right: 15px;}
#mainContent h1 span:after {left: 100%;margin-left: 15px;}
#mainContent p, #mainContent ul, #mainContent blockquote, #mainContent ol, #mainContent table tr{font-size: 13px;line-height: 24px;margin-bottom: 20px;}
#mainContent table td {padding:10px;}
.ShippingWarning {color: #d70200;float: left;font-size: 14px;padding: 10px 0; width: 97%; position:relative;left:0;font-weight:bold; }
.ShippingWarning2 {color: #d70200;float: left;font-size: 12px;margin-top: -30px; padding: 10px 0; width: 97%;}
#mainContent h2, #featText h2{color:#d0995f;font-size: 18px;}
#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5{margin-bottom: 20px;}
#mainContent h3, #featText h3{color:#0A0820;font-size: 14px;}
#mainContent h4, #featText h4{font-size:14px;font-weight:bold;color:#C79C67;}
#mainContent h5, #featText h5{background:url(/Content/images/hotCallToAction.jpg)left center no-repeat;font-size: 14px;line-height: 17px;min-height: 55px;padding-left: 55px;font-weight:bold;padding-top: 35px;}
#mainContent ul, #mainContent ol, #mainContent dl{margin-left: 9px;}
#mainContent ul{list-style-type:none;}
#mainContent ul li{ background: url("/Content/images/starLI.png") no-repeat scroll left 9px transparent;font-size: 12px;line-height: 24px;padding-left: 20px;}
#mainContent ul li a{color:#0a0821;}
#mainContent ul li a:hover{color:#7234B5;}
p{font-size:12px;line-height:18px;}

.contact-for-payment {
	float: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2em;
	background: oklch(0.9649 0.0226 98.64);
}

.contact-for-payment h2 {
	font-weight: bolder !important;
	font-size: 27px !important;
	color: oklch(0.4634 0.190175 29.2339) !important;
}

.contact-for-payment p {
	font-size: 15px !important;
	font-weight: bold;
	max-width: 500px;
}

:root {
	--sticky-notice-height: 36px;
}

@media (max-width: 1100px) {
	:root {
		--sticky-notice-height: 52px;
	}
}

@media (max-width: 600px) {
	:root {
		--sticky-notice-height: 64px;
	}
}

@media (max-width: 400px) {
	:root {
		--sticky-notice-height: 88px;
	}
}

.sticky-notice {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white !important;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-wrap: balance;
	height: var(--sticky-notice-height);
	background-color: oklch(0.4634 0.190175 29.2339);
	padding: 0.1em 2em;
	z-index: 1000000;
	cursor: pointer;
	text-decoration: none;
}

.sticky-notice + .spacer {
	height: var(--sticky-notice-height);
}

.sticky-notice::after {
	content: '';
	position: absolute;
	top: 0;
	transform: translateX(100%);
	width: 100%;
	height: 100%;
	z-index: 1;
	animation: slide 3s infinite;
	background: linear-gradient(to right, rgb(255 255 255 / 0) 0%,rgb(255 255 255 / 0.5) 50%,rgb(128 186 232 / 0) 99%,rgba(125 185 232 / 0) 100%);
}

@keyframes slide {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

#footerWrapper {
	float: left;
	width: 100%;
	background: #0a0821;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	z-index: 100;
}
#footer{margin:0 auto;max-width:1000px;}
#footerLogo{float:left;width:118px;margin-right:100px;margin-top:29px;}
#footer .column{float:left;width:136px;margin-left:30px;margin-top:57px;}
#footer .column.first{margin-left:0px;}
#footer .column ul{list-style-type:none;line-height:22px;}
#footer .column ul li.columnHeader{font-size:13px;color:#d0995f;text-transform:uppercase;}
#footer .column ul li a{color:White;text-decoration:none;font-size:13px;}
#footer .column ul li a:hover{text-decoration:underline;}
#footer .columnLarge{float:left;width:280px;margin-top:38px;}
.newsletter{ float: left;margin-bottom: 18px;width: 100%;}
#newsletterHeading{float:left;width:100%;text-align:center;margin-bottom:22px;}
.newsletter input{ padding-left: 5px;border: 2px solid #d0995f;float: left; height: 30px;margin-left: 9px;width: 210px;}
.newsletter #emailSub{background: none repeat scroll 0 0 #0a0821;border: 2px solid #d0995f;color: #d0995f;cursor: pointer;float: left;font-size: 11px;height: 34px;padding: 5px;text-align: center;text-transform: uppercase;width: 37px;}
.newsletter #emailSub:hover{background: none repeat scroll 0 0#d0995f;border: 2px solid #d0995f;color: #0a0821;}   
#newsletterSignUp #mc_embed_signup {background:transparent;}
#mc-embedded-subscribe-form input{ padding-left: 5px;border: 2px solid #d0995f;float: left; height: 30px;margin-left: 9px;width: 210px;border-radius:0;}
#newsletterSignUp #mc-embedded-subscribe-form #mce-EMAIL {display: inline-block;margin: 0 10px 0 0;width: 59%;}
#mc-embedded-subscribe-form #mc-embedded-subscribe{  background: none repeat scroll 0 0 #0a0821;border: 2px solid #d0995f;color: #d0995f;cursor: pointer;float: left;font-size: 11px;height: 34px;padding: 5px;text-align: center;text-transform: uppercase;width: 37px;}
#mc-embedded-subscribe-form #mc-embedded-subscribe:hover{background: none repeat scroll 0 0#d0995f;border: 2px solid #d0995f;color: #0a0821;}   
#newsletterSignUp #mc-embedded-subscribe-form #mc-embedded-subscribe {clear: none;display: inline-block;font-size: 12px;line-height: 16px;margin: 0;min-width: 45px;padding: 0 5px;width: auto;border-radius:0;}
    
footer .connect .connectHeading{margin-top:0;margin-bottom:10px;}
footer .connect{float:left;width:100%;}
footer .connect ul{margin-top:0px;margin-bottom:0;}
footer .connect ul li{float:left;margin-left:32px;}
footer .connect li.first{margin-left:0px;}
.call{float:left;line-height:45px;margin-right:60px;}
footer .phone{font-style:italic;font-size:37px;}
.contactFooter{color: #FFFFFF;
float: right;
width: 779px;}
footer .phone{color:#fff;float:left;margin-right:0;margin-top:0;width:266px;}
#copyright{float:left;width:100%;text-align:right;font-size:11px;color:#fff;margin-top:20px;}
/* END MAIN CONTENT

/* NEWS */
.newsArticle{float: left;width: 100%;overflow:hidden;}
.newsImage{float: left;height: 183px;overflow: hidden;position: relative;width: 100%;}
.newsImage img{width: 100%;top: 0;position: absolute;}
.newsDate{float: right;font-size: 11px;font-style: italic;margin-right: 30px;letter-spacing: 1px;margin-bottom: 10px;}
.newsInfo{padding: 20px 0;float: left;width: 100%;}
.hlBadge{display: block;height: 85px;margin-left: 133px;margin-top: 52px;position: absolute;width: 86px;z-index: 100;}
.newsHeadline{float: left;font-size: 13px;font-weight: bold;line-height: 14px;letter-spacing: 1px;margin-bottom: 7px;padding-left: 25px;text-transform: uppercase;width: 91%;}
.newsContent{color: #000000;float: left;font-size: 13px;line-height: 18px;padding-left: 25px;padding-right: 35px;width: 83%;}
#news h2{text-align:center;font-size:1.125em;font-weight:bold;}

.newsHeadline a{color: #000;text-decoration: none;}
.newsHeadline a:hover{color:#6D33A5;}
.news a.jump{float: right;margin-right: 30px;color: #9e805f;font-size: 11px;}

/* News MAIN PAGE */
#newsArticles{border-right: 1px solid #A09FA9;float: left;margin-right: 20px;padding-right: 20px;width: calc(100% - 10px);}
.hotNews .newsImage{position:relative;float:left;width: auto; height:auto;}
.hotNews .newsImage img{position:inherit; width: 100%;}
.categoryItem{float: left;margin: 0 23px;text-align: center;width: 273px;}
.hotNews #mainContent h1{text-align:left;font-size:56px;padding-left:20px;letter-spacing:2px;}
.hotNews .newsArticle {padding-bottom:20px;padding-top:10px;margin-bottom:20px;border-bottom:solid 1px #A09FA9;padding-left:20px;width:calc(98% - 20px);height:auto;}
.hotNews .aside{float:left;width:280px;}
.hotNews #mainContent .aside p{margin-bottom:0px;}
.hotNews .newsHeadline{float: left;font-family: Droid Serif;font-size: 28px;font-weight: normal;height: auto;line-height: 28px;margin-bottom: 10px;text-transform: none;padding-left:0px;}
.hotNews.entry #mainContent h1{float: left;font-family: Droid Serif;font-size: 28px;font-weight: normal;height: auto;line-height: 28px;margin-bottom: 10px;padding-left: 0;text-transform: none;}
.hotNews .newsDate{float: left;margin-bottom: 10px;width: 100%;margin-right:0px;}
.hotNews .postedIn{float:left;width:100%;font-size:11px;font-weight:normal;}
.hotNews .newsContent{ margin-bottom: 20px;padding: 0 17px 0 0;width: 96%;}
.hotNews #mainContent .NewsCategories ul{margin-left:0;}
.hotNews #mainContent .NewsCategories ul li{ background: none;font-size: 16px;line-height: 26px;padding-left: 0;text-decoration: none;text-transform:uppercase;}
.hotNews #mainContent ul li a:hover{color:#7234B5;}
/* END NEWS */

/* Contact */
.contactUs .editor-label01{color: #201626;display: block;float: left;font-size: 14px;letter-spacing: 0;line-height: 28px;margin-bottom: 4px;margin-right: 10px;padding-left: 2px;width: 100%;}
.contactUs input {border: 1px solid #A09FA9;color: #3E3629;display: block;float: left;margin: 0 auto;padding-left: 10px;width:100%;height:27px;}
.contactUs .signUpHelper{margin:0;}
.contactInfo{background: none repeat scroll 0 0 #F7F4E3;padding: 20px;width: auto;margin-right:20px;}
#recaptcha_widget_div{float:left;background:#F7F4E3;margin-bottom:10px;}
.contactUs textarea{border: 1px solid #A09FA9;float: left;font-size: 12px;width:100%;min-height:200px;margin-bottom:10px;}
.success p{text-align:center;}
.success .checkout{margin: 0 auto;padding: 0 14px;width: 298px;}

/* VIDEO */
.video{float: left;width: 100%;height: 190px;}
.videoArticle{float: left;width: 100%;position: relative;overflow: hidden;height: 100%;}
.videoArticle a{display: block;height: 100%;position: absolute;top: 0;
width: 92%; /* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhMDgyMSIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NDg5ZSIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(10,8,33,0.3) 0%, rgba(85,72,158,0.4) 100%); /* FF3.6+ */
/*   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,8,33,0.3)), color-stop(100%,rgba(85,72,158,0.4))); /* Chrome,Safari4+ */
/*  background: -webkit-linear-gradient(top,  rgba(10,8,33,0.3) 0%,rgba(85,72,158,0.4) 100%); /* Chrome10+,Safari5.1+ */
/*   background: -o-linear-gradient(top,  rgba(10,8,33,0.3) 0%,rgba(85,72,158,0.4) 100%); /* Opera 11.10+ */
/*   background: -ms-linear-gradient(top,  rgba(10,8,33,0.3) 0%,rgba(85,72,158,0.4) 100%); /* IE10+ */
/*    background: linear-gradient(to bottom,  rgba(10,8,33,0.3) 0%,rgba(85,72,158,0.4) 100%); /* W3C */
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0a0821', endColorstr='#6655489e',GradientType=0 ); /* IE6-8 */
}
.videoArticle .videoImage{max-width: 100%;position: absolute;top: -32px;width: auto;}
a.videoName{bottom: 24px;padding: 0 4%;position: absolute;text-align: center;width: 92%;z-index: 100;color: #fff;font-size: 12px;text-decoration: none;}
.videoName .play{width: 53px;height: 53px;text-align: center;width: 100%;display: block;margin-bottom: 15px;margin-top: 69px;} 
.FloatingCTA{background-color: #211f25;border-bottom: 2px solid #d7c275;border-left: 2px solid #d7c275;border-top: 2px solid #d7c275;color: #bba267;display: none;height: 104px;position: absolute;right: 9%;top: 1000px;transition: all 1s ease 0s;width: 0;}
.FloatingContentBox {display: none;padding: 15px;}    
.FloatingCTA:hover .FloatingContentBox{display:block; width:250px; transition: all .2s ease 0s;  color: #D7C275;}
.FloatingCTA img{float: right;margin-right: -55px; cursor:pointer; }
.FloatingCTA:hover{ width:250px; transition: all .2s ease 0s;color:#fff;}

#CatChristmas .FloatingCTA{ display:none;}
.videoItem{float:left;width:25%;text-align:center;font-size:12px;margin-bottom:20px;overflow:hidden;}

/* CHROME SPECIFIC FIXES: Oswald Font Weight Issue
=========================================== */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.newsletter #emailSub {
background: none repeat scroll 0 0 #0a0821;
border: 2px solid #d0995f;
color: #d0995f;
cursor: pointer;
float: left;
font-size: 11px;
height: 34px;
margin-top: -19px;
padding: 5px;
text-align: center;
text-transform: uppercase;
width: 37px;
}
.newsletter input {border: 2px solid #d0995f;float: left;height: 30px;margin-left: 9px;padding-left: 5px;width: 210px;overflow:hidden;}
	
	
}

.brandlogos {width: 150px; height: 100px; position: relative; display: block;}
.brandlogos .active {position: absolute; top: 0; left: 0; z-index: 4; width: 150px; height: 100px;transition: all 0.3s ease; }
.brandlogos .hover {position: relative; top: 0; left: 0; z-index: 3; width: 150px; height: 100px; opacity: 0;}
.brandlogos:hover .hover{opacity: 1;transition: all 0.3s ease;}
.brandlogos:hover .active{opacity: 0;transition: all 0.3s ease;}
#HootersGuideHome {display: block; width: 341px; height: 444px; float: left; position: relative;}
#HootersGuideHome #bgcolor {position: absolute; top: 0; left: 0; width: 341px; height: 444px;transition: all 0.3s ease;}
#circleone {display: block; width: 58px; height: 60px; position: absolute; top: 32px; left: 21px; z-index: 1;transition: all 0.3s ease;}
#circleonebw {display: block; width: 58px; height: 60px;  position: absolute; top: 32px; left: 21px; opacity: 0;transition: all 0.3s ease;}
#hover1 {display: block; position: absolute; top: 11px; left: 21px; transform:scale(0);-ms-transform:scale(0);-webkit-transform:scale(0); width: 101px !important; height: 101px !important; visibility:hidden;transition: all 0.3s ease;}

#circleOne {display:block; position:absolute; top:28px; left:11px; position:relative; transform:scale(1); width:101px; height:101px; z-index:1;transition: all 0.3s ease; }
.bg {display:block; position:absolute; top:6px; left:20px;transition: all 0.3s ease;}
.info {display:block; position:absolute; left:0; top:-17px;transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3); visibility:hidden;transition: all 0.3s ease;}
#circleOne:hover .info, #circleOne:active .info {transform:scale(1); z-index:1; visibility:visible;}
 
#circleTwo {display:block; position:absolute; top:4px; left:11px; position:relative; transform:scale(1); width:101px; height:101px; z-index:1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease; }
#circleTwo:hover .info, #circleTwo:active .info {transform:scale(1); z-index:1; visibility:visible;}

#circleThree {display:block; position:absolute; top:-17px; left:11px; position:relative; transform:scale(1); width:101px; height:101px; z-index:1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease; }
#circleThree:hover .info, #circleThree:active .info {transform:scale(1); z-index:1; visibility:visible;}

#circleFour {display:block; position:absolute; top:-40px; left:11px; position:relative; transform:scale(1); width:101px; height:101px; z-index:1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease; }
#circleFour:hover .info, #circleFour:active .info {transform:scale(1); z-index:1; visibility:visible;}

#circleFive {display:block; position:absolute; top:-96px; left:99px; position:relative; transform:scale(1); width:101px; height:101px; z-index:1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease; }
#circleFive:hover .info, #circleFive:active .info {transform:scale(1); z-index:1; visibility:visible;}

.newtablestyle {clear:both; position: relative; top: -10px;}

#HootersGuideHome #hooterswords {color: #fff; position: absolute; top: 370px; left: 15px; font-family: Arial, helvetica, Sans-Serif; font-size: 35px; font-style: normal;}
#HootersGuideHome #howto {color: #000; position: absolute; top: 403px; left: 15px; font-family: Arial, helvetica, Sans-Serif; font-size: 35px; font-style: normal;}
#HootersGuideHome #howto, #HootersGuideHome #hooterswords {text-decoration: none;}
#HootersGuideHome #howto {color: #000;}
#HootersGuideHome #hooterswords{color: #fff;}
#HootersGuideHome #howto:hover {color: #fff;}
#HootersGuideHome #hooterswords:hover {color: #000;}

/*Seasonal boxes by Megan H. 3/3/2015*/
#seasonalBoxes{ display:block; float: right; width:746px; height: auto; padding-top: 25px;max-width:calc(100% - 200px);}
.hotNewBox {display:block; float: left; width: 100%; height: auto; margin-bottom:5px;}
.hotNewBox img {width: 100%;}
#row2{display: block; width: 100%; height: auto;}
#row3{display: block; width: 100%; height: auto;}

.bridalBox, .christmasBox {display:block; width: 245px; height: 137px; float: left; margin-right:5px;}
.halloweenCostumesBox, .halloweenHosieryBox {display:block; width: 245px; height: 137px; float: left; margin-right:5px;}


/*Color Dropdown stuff by Megan H. 3/4/15 */
#siteNav img{display: none;}
#catNav .colors .drop ul.cats{display:block;}
#catNav .colors .drop ul.cats li {display:block; width: 13%; text-align: center; height:auto; float: left;}
#catNav .colors .drop ul.cats li img{display:block; max-width: 50px; margin:0 auto; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.1s ease;}
#catNav .colors .drop ul.cats li img:hover {opacity: 0.8; border-radius:50%;-moz-border-radius: 50%; -webkit-border-radius: 50%; }
#catNav .colors .drop ul.cats li img a:hover{display:block; max-width: 50px; margin:0 auto;  }
#catNav .colors .drop ul.cats li a {font-style:normal; }
#catNav .colors .drop ul.cats li:nth-child(8), #catNav .colors .drop ul.cats li:nth-child(21){ clear:both; margin-left:50px;}
#catNav ul li {text-align: center;}

/* ==============={ Styles for validation helpers }=============== */
.field-validation-error		{color: #55489E;clear:both; }
.field-validation-valid		{display: none; }
.input-validation-error		{border: 1px solid #f00;}
.validation-summary-errors	{font-weight: bold; color: #f00; }
.validation-summary-valid	{display: none; }

/* ==============={ Styles for File Management }=============== */
#DeleteSelectedFiles	{background: none; border: 0; color: #2B94FF; cursor: pointer; }
ul.FileManLinks li		{display: inline; }
ul.FileManLinks li a	{text-decoration: underline; }
p.FileManCwd			{color: Gray; font-size: 1.2em; text-align: center; }
ul.FileManOps li		{display: inline; }
ul.FileManip			{margin-left: 150px; }
ul.FileManip li		{display: inline; padding: 0px 3px 0px 3px; }
#HelpOutput			{border: 1px solid grey; margin-bottom: 20px; color: #2B94FF; }
#FileManipSelectAllFiles	{margin-left: 100px; }

/* ==============={ Styles for Pagination }=============== */
#PaginationDisplay			{}
#PaginationDisplay a		{}
#PaginationDisplay .selected	{}


/* Custom FONTS declarations */ 
.phone, .checkout, .classyButton, .prodDisplay .buyProduct, .prodPrice, .accountOptions a, .related-info-price{ font-family: 'Overlock';font-style: normal;font-weight: 400;text-rendering: optimizelegibility;}

.shoppingCartFullempty, .shoppingCartFull, body, .miniName ul li, #mainContent .cartDetails ul li {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;text-rendering: optimizelegibility; }

.accountLink, #navLevel1 ul li a, #navLevel1 ul li span, .drop ul.cats li a, .featuredProdCatDisplay .featuredProdName, .featuredProdPrice, .newsContent,  #catNav .drop ul li a, a.jump, .videoName, #categoryNav, .rateValue, .randFeaturedDesc, .subHeadingModel, #mainContent h1 span, .prodDisplay .prodName a, .attSelect option, .attSelect select, .randFeaturedProdCatDisplay  #quantity, .RandDetailProductLabels, .randFeaturedProdCatDisplay #fullLink, #selectQ, #mainContent p, #wrapper p, #fullLink, body #AddToCartMsg, #sortOrder select, .selectBilling input, .selectShipping input, .cartQty .detailProductLabels, footer .column ul li a, .contactFooter, footer .phone, #copyright, #sortOrder, #imageDesc, .relatedName, .videoItem{font-family: 'Droid Serif';/*font-style: italic;font-weight: 400;*/text-rendering: optimizelegibility;}

.editor-label01, #mainContent h4, .pager{font-family: 'Droid Serif';font-weight: 700;text-rendering: optimizelegibility;font-style:italic;}

.archivedAddress, .subHeading, #addressForm, #addressForm input{font-family: 'Droid Serif';font-weight: 300;text-rendering: optimizelegibility;}

#catNav ul li a, #catNav .drop a.catTitle, #mainContent h1, .buyProduct, .connectHeading, .newsHeadline, .randFeaturedProdName a, .randFeaturedProdCatDetails .featuredProdPrice, .prodName, .featuredProdCatDisplay .featuredProdBrand,  .prodDisplay .prodBrand, .featProdInfo, .heading, #wrapper p strong, .mini-cart-total, #mainContent h5, #featText h4, #featText h5,  #addressTable th.editor-label, footer .column ul li.columnHeader, .newsletter #emailSub, .helper{font-family: 'Century Gothic', 'Raleway', CenturyGothic, AppleGothic,  sans-serif;text-rendering: optimizelegibility;font-weight:bold;}

.miniName, #mainContent h2, #featText h2, #mainContent h3, #featText h3, .newsDate, #randFeatPrice, .cartHeaders th.editor-label01, .edheading, .cartTable2 .editor-label01, .CatPage #mainContent h1, .prodModelName, .hotNews .postedIn, #wrapper ul li, .ProdPage #md-maincontent table{font-family: 'Century Gothic', CenturyGothic, AppleGothic,  sans-serif;text-rendering: optimizelegibility;font-weight:normal;}

#featPrice, #purchaseInfo #Total{font-family: 'Overlock';font-style: normal;font-weight: 700;}
  
#news h2   {text-align:center; font-size:1.125em; font-weight:bold; }
/* END Custom FONTS declarations */ 


/*  ===============    Hamburgler Menu 7/5/2017    ========================  */
.menuToggle {display:none;position:relative;overflow:hidden;margin:0;padding:0;width:70px;height:70px;font-size:0;text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border-radius:0;border:none;cursor:pointer;-webkit-transition:background .3s;transition:background .3s;float:right;background-color:#55489e;}
.menuToggle:focus {outline:0}
.menuToggle span {display:block;position:absolute;top:calc(50% - 3px);left:13px;right:13px;height:5px;background:#fff;border-radius:5px;-webkit-transition:background 0s .3s;transition:background 0s .3s;}
.menuToggle span::after,.menuToggle span::before {position:absolute;display:block;left:0;width:100%;height:5px;background-color:#fff;content:"";-webkit-transition-duration:.3s,.3s;transition-duration:.3s,.3s;border-radius:5px;}
.menuToggle span::before {transition-property:top,transform;top:-9px;}
.menuToggle span::after {transition-property:bottom,transform;bottom:-9px;}

.menuCont {position: absolute;right: 0;top:0px;z-index:102;}
input#mobileMenuCheck{display: none;}
input#mobileMenuCheck:checked + .menuCont .menuToggle {background-color: rgba(255,255,255,0.8);}
input#mobileMenuCheck:checked + .menuCont .menuToggle span {background:0 0}
input#mobileMenuCheck:checked + .menuCont .menuToggle span::before {top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
input#mobileMenuCheck:checked + .menuCont .menuToggle span::after {bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
input#mobileMenuCheck:checked + .menuCont .menuToggle span::after,input#mobileMenuCheck:checked + .menuCont .menuToggle span::before {transition-delay:0s,.3s;background-color:#000;}

/*  ===============    END Hamburgler Menu 7/5/2017    ========================  */


/*  ===============    Responsive Additions 7/5/2017    ========================  */
.featuredDescCont input[type="checkbox"] {display: none;}
.mobileOnly-topPhone {display:none;}

@media (max-width:999px){

#wrapper, #bodyWrapper {max-width:640px;} 
#logo {height: 115px;padding: 0;width: 100px;}
#logo a img{padding:0;}
#headerAd {width: 300px;height: 115px;}
#headerAd img {max-width: 100%;	height: auto;}
#header {max-width:640px;}
#header #miniCartWrapper {margin-top: 0px;height: auto;width: 225px;}
#header #loginDiv {position: absolute;top: 17px;margin-left: -8px;}
#header .headerRight {width:225px;margin-top: -6px;float:right;clear:right;margin-right:-10px;}
#header .CreditcardHeader {width: 140px;margin-right: 5px;margin-top: 2px;position: relative;}
.CreditcardHeader img {width: 25px;margin: 0 1px !important;height: 18px;}
.headerRight .phone {font-size: 16px;}
.headerRight .countries {width: 90px;margin: 2px 15px 0 0;}
#header #navLevel1 {padding: 2px 0;}
#navLevel1 ul li a {letter-spacing: 0;font-size: 10px;font-style: normal;}
#navLevel1 ul li span {	margin: 0 3px;}
#header #miniCart {margin-top: 0px;}
#search #SearchBox{height:23px;}
#search .box2 {height:25px;}
#navLevel1 {line-height: 18px;}
body #catWrapper {margin-top: 0px;width: 100vw;max-width:640px;}

.col1 {width: 215px;}
.col2 {width: 425px;}

.featuredProdCatDisplay {width: 141px;height: 190px;}
#HootersGuideHome {width: 215px;height: 280px;}
#HootersGuideHome #bgcolor {width: 215px;height: 280px;}

.bg {top: 0;left: 10px;width: 100%;height: 100%;}
.info {left: 0;transform-origin: top left;}
#circleOne, #circleTwo, #circleThree, #circleFour, #circleFive {width: 40px;height: 40px;position:absolute;}
#circleOne:hover, #circleTwo:hover, #circleThree:hover, #circleFour:hover, #circleFive:hover {z-index:999;}
#circleOne {top:20px;left:5px;}
#circleTwo {top:75px;}
#circleThree {top:120px;}
#circleFour {top: 175px;}
#circleFive {top: 200px;left: 60px;}

.featuredProductsHome .featuredProdCatDisplay {width: 33.333%;height: 200px;}
.featuredProductsHome .featuredProdImage img {max-width: 100% !important;min-height: 100%;}

.featuredProductsHome .featuredProdCatDisplay .buyProduct {width:50px;height:50px;line-height:50px;margin-top: 10px;margin-left: calc(50% - 25px);line-height: 40px;}
.featuredProductsHome .featuredProdCatDisplay .featuredProdName {font-size: 11px;margin-top: 10px;margin: 10px 5% 0;width: 90%;letter-spacing: 0.5px;line-height: 13px;}
.featuredProductsHome .featuredProdCatDisplay .featuredProdPrice {margin-top: 5px;}

#HootersGuideHome #hooterswords {top: 237px;left: 5px;font-size: 22px;}
#HootersGuideHome #howto {top: 258px;left: 5px;font-size: 22px;}
#wrapper .bottomAds .hotLegsAd {width: 33.33333333%;height: 120px;margin: 0;}
.hotLegsAd img {height: auto;}
#mainContent .column2 {width: 95%;margin: 0 0 0 2.5%;}



#mainWrapper .video {height:120px;}
.videoArticle img {max-width: 100%;}
.videoArticle a.videoName {padding:0;width:100%;}
.connect ul li {margin-left:4px;}
.Home .news .newsInfo {padding:0;}
.Home .newsDate {display: none;}
.Home .newsContent {padding: 0 3px;width: calc(100% - 6px);max-height: 100px;}

#footerWrapper {text-align:center;}
#footer {text-align: left;width: 640px;}
#footerLogo {width:110px;margin-right: 20px;margin-top: 15px;}
#footerLogo img {max-width: 100%;}
#footer .column {margin-left: 10px;margin-top: 17px;}
#footer .column:nth-of-type(3){margin-right: -100%;}
#footer .column:nth-of-type(4){margin-top:200px;}
#footer .columnLarge {width: 220px;	margin-top: 15px;}
#footer .columnLarge .connect ul li {margin-left: 4px;}

#newsletterHeading {margin-bottom: 0;width: 220px;overflow: hidden;}
#newsletterHeading img {position: relative;	left: -20px;}
#newsletterSignUp #mc-embedded-subscribe-form #mce-EMAIL {display: inline-block;margin: 0 1px 0 0;width: 49%;min-width:120px;}
#newsletterSignUp #mc-embedded-subscribe-form #mc-embedded-subscribe {font-size: 11px;padding: 0 3px;}

.contactFooter {float: none;width: 100%;text-align: center;clear: both;margin-top: 20px;display: inline-block;}
.contactFooter .call {float: none;margin-right: 0;width: 100%;text-align: center;}
.contactFooter .phone {float: none;display: block;text-align: center;color: #fff;}

.contactFooter #copyright {text-align: center;}
table {max-width: 100%;table-layout:fixed;}
table img {max-width: 100%;height: auto;}

#ContactForm {display: inline-block;width: 50%;vertical-align: middle;}
#ContactForm * {max-width:100%;}
#mainContent .column2.contactInfo {width: calc(50% - 60px);vertical-align: middle;margin-left: 10px;display:inline-block;}
#mainContent .column2 {float:none;}
#ContactForm input {max-width: calc(100% - 20px);}


#ContactForm #ContactFormCaptcha #recaptcha_area {border: 1px solid #dfdfdf;overflow: hidden;position: relative;width: 280px;}
#ContactForm .recaptchatable {height: 145px;position:relative;}
#ContactForm .recaptcha_image_cell {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;height: 90px;vertical-align: top !important;width: 250px;}
#ContactForm .recaptchatable .recaptcha_image_cell center {width: 250px;}
#ContactForm .recaptcha_image_cell #recaptcha_image {height: auto !important;width: 250px !important;}
#ContactForm .recaptcha_image_cell #recaptcha_image img {height: auto;width: 250px;}
#ContactForm #recaptcha_table #recaptcha_reload_btn {left: 230px;position: absolute;top: 65px;}
#ContactForm #recaptcha_switch_audio_btn {left: 230px;position: absolute;top: 82px;}
#ContactForm #recaptcha_whatsthis_btn {left: 230px;position: absolute;top: 96px;}
#ContactForm #recaptcha_logo {left: 16px;position: absolute;bottom: 5px;}
#ContactForm .recaptcha_input_area {background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;position: relative !important;}
#ContactForm #recaptcha_response_field {left: 5px;position: absolute;top: -55px;width: 206px !important;}
#ContactForm .recaptcha_only_if_privacy {left: 0;position: absolute;bottom: 10px;width: 200px;}
#ContactForm .recaptcha_only_if_audio {left: 230px;position: absolute;top: 82px;}
#ContactForm .recaptcha_input_area label.error {position: absolute;top: -24px;}

#seasonalBoxes div[class*="Box"]:not(.hotNewBox) {width: 48%;height: auto;}
#seasonalBoxes div[class*="Box"]:not(.hotNewBox) img {height: auto;width: 100%;}


}

@media (max-width:640px) {
#headerWrapper {padding-top: 30px;}
#miniCart {position: absolute;top: 2px;right: 5px;}
#logo {height: 70px;width: 60px;}
#header #loginDiv {position: absolute;top: 0;margin-left: 0;left: 15px;z-index:999;}
.CreditcardHeader {display: none;}
.countries {display: none;}
.col1 .connect {display: none;}
.Home #mainWrapper{width: 96%;padding: 0 2% 0;}


#logo {background: #0a0821;margin-bottom:30px;position:relative;z-index:99;}

#header {padding-bottom: 39.2%;}
.CatPage #header {padding-bottom: 0;}
#headerAd {width: 100%;height: auto;position: absolute;bottom: 0;}
.CatPage #headerAd {display: none;}

#headerAd > p:first-of-type {line-height: 0;}
#headerAd img {max-width: 100%;height: auto;width: 100%;}
#header .headerRight {position: absolute;top: 0px;background: #0a0821;width: 100% !important;margin: 0;z-index: 1;height:100px;}
.headerRight .phone {position: absolute;right: 70px;color: #fff;font-weight: 700;top: 15px;}
.headerRight .mobileOnly-topPhone {display: inline-block;position: absolute;top: 40px;right: 80px;font-style: italic;text-decoration: underline;color: #fff;font-weight: 700;font-family: "Droid Serif";font-size: 15px;}
#search {position: absolute;top: 70px;width: 100%;margin:0;left:0;}
#search #SearchBox {height: 28px;width: calc(100% - 42px);}
#search .box2 {height:30px;}
#header #miniCartWrapper {position: absolute;top: -30px;right: 0;width: 100%;}

.menuToggle {display:block;}

#mobileMenuCont #navLevel1 li a, #mobileMenuCont #catWrapper li a {	font-size: 13px;font-weight: 700;letter-spacing: 1px;font-family: 'Century Gothic', 'Raleway', CenturyGothic, AppleGothic, sans-serif;text-transform: uppercase;line-height: 28px;width: 100%;text-align: left;display:block;}
#mobileMenuCont #navLevel1 > ul > li a + span {display:none;}
#mobileMenuCont {position: absolute;top: 70px;width: 100%;background: rgba(255,255,255,0.9);max-width: 500px;display: flex;flex-direction: column;right: 0;}
#mobileMenuCont li > a:after {content:"";}
#header #navLevel1 {width: 100%;padding: 0;float: none;flex: 1 1 auto;position: relative;order: 2;}
body #catWrapper{position: relative;flex: 1 1 auto;width:100%;}
#mobileMenuCont #catNav, #header #navLevel1 {background:none;}
#header #navLevel1 > ul , #mobileMenuCont #catNav > ul {display: flex;flex-direction: column;padding:0;float:none;background:rgba(255,255,255,0.4);width:100%;}
#header #navLevel1 > ul > li, #mobileMenuCont #catNav > ul > li {float:none;height:auto;display:block;}
#header #navLevel1 > ul > li > a , #mobileMenuCont #catNav > ul > li > a {padding: 0 0 0 20px;color:#0a0821;display:block;}
#mobileMenuCont #catNav .drop a.catTitle {display:none;}
#mobileMenuCont {display:none;}
input#mobileMenuCheck:checked + .menuCont + #mobileMenuCont {display:flex;}
#mobileMenuCont #catNav .drop ul.cats {width: calc(100% - 20px);padding: 0 0 0 20px;margin:0;float:none;background:none;}
#mobileMenuCont #catNav .drop ul.cats li {width: calc(100% - 10px);float: none;height: auto;padding: 0 0 0 10px;}
#mobileMenuCont #catNav .drop ul.cats ul {padding:0;width:100%;background:none;}
#mobileMenuCont #catNav .drop {position: relative;width: 100%;padding:0;background:none;}
#mobileMenuCont #catNav .drop.colors ul.cats {padding: 10px 0 0 0;}
#mobileMenuCont #catNav .drop a, #catNav .drop ul.cats li a {color:#0a0821;line-height:20px;}
#mobileMenuCont #catNav > ul > li ul li:hover {background: #785112;color: #fff;}
#mobileMenuCont #catNav > ul > li ul li:hover > a {color: #fff;}
#mobileMenuCont #catNav > ul > li:hover > a, #mobileMenuCont #catNav > ul > li > a:focus, #mobileMenuCont #navLevel1 > ul > li:hover > a, #mobileMenuCont #navLevel1 > ul > li > a:focus {color:#fff;background:#b89152;display:block;}
#mobileMenuCont #catNav > ul > li ul li:hover, #mobileMenuCont #navLevel1 > ul > li ul li:hover  {}
#mobileMenuCont #catNav .colors .drop ul.cats li {width: 32%;display: inline-block;vertical-align: top;text-align: center;margin:0;padding:0;}
#mobileMenuCont #catNav .colors .drop ul.cats li > a {text-align:center;line-height: 15px;min-height: 90px;padding:4px 0 0;}
#mobileMenuCont #catNav li.colors li:hover {background: rgba(0,0,0,0.3);}


.Home #mainWrapper {padding-top: 200px;}
.Home .prodSpecial {position:absolute;top:10px;padding-bottom:30px;overflow:visible;}
.prodSpecial .randFeaturedProdCatDisplay {padding: 0 5px;width: calc(100% - 155px);float: right;}
.prodSpecial .featuredBadge {top: calc(35% - 25px);}
.prodSpecial .randFeaturedProdImage {width: 140px;height: 150px;float:left;}
.prodSpecial #randFeatPrice {font-size: 15px;margin:0;}
.prodSpecial .featuredDescCont {/* transform: scaleY(0); */display: block;position: absolute;width: auto;margin-left: -150px;top: calc(100% - 30px);cursor:pointer;background:#fff;z-index:99;}
.prodSpecial .randFeaturedDesc::before {content: "VIEW DESCRIPTION";position: relative;display: block;font-size: 12px;color: #b89152;font-style: normal;font-weight: 700;letter-spacing: 1px;text-indent:15px;margin-top: 7px;width:60%;}
.prodSpecial .randFeaturedProdCatDisplay .featuredDescCont input[type="checkbox"]:checked .randFeaturedDesc::before {content:"CLOSE DESCRIPTION";}
.prodSpecial .randFeaturedDesc::after {position: absolute;top: 6px;left: 50%;content: "^";color: #b89152;font-size: 24px;line-height: 28px;transform: scale(1.4, 0.8) rotate(180deg);-webkit-transform: scale(1.4, 0.8) rotate(180deg);-ms-transform: scale(1.4, 0.8) rotate(180deg);transform-origin: center 42%;}
.prodSpecial .randFeaturedProdCatDisplay .featuredDescCont input[type="checkbox"]:checked .randFeaturedDesc::after {transform: scale(1.4, 0.8) rotate(0deg);-webkit-transform: scale(1.4, 0.8) rotate(0deg);-ms-transform: scale(1.4, 0.8) rotate(0deg);}
.prodSpecial .randFeaturedProdCatDisplay #fullLink {color: #9E805F;	float: right;font-size: 11px;margin-right: 30px;margin-top: -13px;width: auto;}
.prodSpecial .randFeaturedProdCatDisplay .featuredDescCont input[type="checkbox"]:checked ~ #fullLink {margin-top: -25px;}
.prodSpecial #randFeatAttributes #attributes {margin-bottom: 5px;width: 100%;}
.prodSpecial #randFeatAttributes #attributes .attSelect select {width:110%;}
.prodSpecial #randFeatAttributes #attributes .attSelect {width: 100%;}
.prodSpecial #attributes::before {content: "";display: block;z-index: 999;background: url(/Content/images/down_arrow_select.jpg) no-repeat right #ffffff;position: absolute;top: 0;left: 0;}
.prodSpecial #randFeatAttributes #attributes .attSelect select {width: 100%;padding-right: 25px;}
.prodSpecial #randFeatAttributes select, .prodSpecial #randFeatAttributes option {border: none;background: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 0;margin: 0;outline: solid transparent;-webkit-appearance: none;-moz-appearance: none;}
.prodSpecial .randFeaturedProdCatDetails #javaSub {margin: 0px 0 0 5px;letter-spacing: 1px;font-weight: 700;width: auto;padding: 0 5px;display: inline-block;clear: none;vertical-align: middle;}
.prodSpecial .randFeaturedProdCatDisplay #quantity + br {display:none;}
.prodSpecial .randFeaturedProdName {height: 67px;overflow: hidden;}
.prodSpecial .RandDetailProductLabels {clear:left;}

.col1 {width: 100%;text-align:center;}
#HootersGuideHome {display: inline-block;}
#mainWrapper .video {min-width: 320px;width: calc(100% - 225px);text-align: center;display: inline-block;float: none;vertical-align: top;height:150px;position:relative;z-index:1;}
.col1  .videoArticle img {margin-top:-20px;}
.col1 .news {width: calc(100% - 225px);	display: inline-block;min-width: 320px;}
.col2 {	width: 100%;}

#footer {width:320px;}

#newsletterSignUp {position: absolute;top: 20px;left:calc(50% - 70px);width: 225px;}
#footer #mc_embed_signup form {display: block;position: relative;text-align: left;padding: 3px 2px 10px 0;}
#footerWrapper #footer .column.first {clear: both;margin: 0 20px 0 20px;}
#footerWrapper #footer .column {width:40%;margin:0 0 0 20px;}
#footer .column:nth-of-type(3) {margin: 0;}
#footer .column:nth-of-type(4) {margin:0;}
#footer .connect {float: left;height: 96px;position: absolute;top: 80px;left: calc(50% - 75px);width: 230px;}

#footer #copyright {text-align: center;margin: 5px auto;}
#footer .column.first::after {content: url(/Content/images/CCimages/CCimages.png);position: relative;width: 100%;height: 10px;display: block;}
#footerLogo {width: 90px;margin-right: 0;margin-top: 0;height: 120px;margin-bottom: 35px;}

#ContactForm {width: 100%;}
#mainContent .column2 {width:100%;margin:0;}
#mainContent .column2.contactInfo {width: calc(100% - 20px);margin-left: -15px;}

#addressTable tr {display: block;}
#addressTable tbody tr:first-child th:first-child {display: none;}
table:not(#shippingEstimate) tr:not(:first-child) th {display: block;}
#addressTable td {width: 45%;display: inline-block !important;padding: 0 !important;margin-right: 3%;}
#addressTable tr:first-child th {width: 49%;display: inline-block;letter-spacing:1px;}
#addressTable tr:first-child {margin: 10px auto 5px;}

#seasonalBoxes {max-width: 100%;}

.cartTable2 td.cartImage img {display: none;}











}

@media (max-width:520px){
#HootersGuideHome {display: inline-block;transform: scale(1.49);-ms-transform: scale(1.49);-webkit-transform: scale(1.49);transform-origin: top center;padding-bottom: 150px;float: none;}
#mainWrapper .video {display:none;}
.col1 .news {display:none;}


}
@media (max-width:470px) {
.featuredProductsHome {display:none;}

#wrapper .bottomAds .hotLegsAd {width: 100%;height: 190px;margin: 0;text-align: center;margin-bottom: 10px;}
.hotLegsAd img {float: none;width: auto;max-width: 100%;}


}


/*  =============== END Responsive Additions 7/5/2017   ========================  */


/* Shipping Sticky Side CTA - Nov 2019 */

#shippingSticky {
	position: fixed;
	left: 0;
	top: 25%;
	width: 300px;
	height: 232px;
	transition: 0.25s ease-in-out;
	z-index: 1032;
}

#shippingSticky.active .content {
	left: 0;
}

#shippingSticky a {
	color: #fff;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	transition: 0.25s ease-in-out;
}

#shippingSticky a:hover {
	color: #b07234;
}

#shippingSticky.active .title {
	background: #b07234;
	width: 300px;
	top: -37px;
}

#shippingSticky .title:hover {
	background: #b07234;
}

#shippingSticky .content {
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: .06em;
	padding: 10px 0;
	position: absolute;
	left: -322px;
	background: #140e23;
	transition: 0.25s ease-in-out;
	width: 100%;
}

#shippingSticky .title {
	text-align: center;
	padding: 10px 0;
	background: #140e23;
	cursor: pointer;
	transition: 0.25s ease-in-out;
	width: 180px;
	position: absolute;
	top: -45px;
	z-index: 1;
}

#shippingSticky .title h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#shippingSticky .content span {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
	color: #c0bfc4;
}

#shippingSticky .content span::after {
	content: "";
	display: block;
	border-bottom: 2px solid #fff;
	width: 75px;
	margin: 10px auto;
}

#shippingSticky .content p {
	font-style: italic;
	line-height: 18px;
	color: #c0bfc4;
	margin-bottom: 0;
}

@media all and (max-width: 1000px){
	#shippingSticky {
		display: none;
	}
}

#shippingSticky .content img {
	margin-top: 12px;
}
