@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300&display=swap");

/*Default style*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	line-height: normal;
}

/*body and footer alight*/

.ShellMain {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.ShellFooter {
	margin-top: auto !important;
}
/**/
.ShellMainContent > .Center {
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 70px;
	padding: 0 25px;
	/*min-height: 700px;*/
	position: relative;
	float: left;
	clear: both;
}

.Content.col-sm-12.col-md-6.col-lg-9.row {
	margin-right: 0;
	margin-left: 0;
}

ul li {
	list-style: none;
}

.DropDown ul.topnav li{
	display: inline-block;
}

.Center {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5px;
	clear: both;
	width: 100%;
}

.btn-default, .btn-primary {
	background-color: black !important;
	border-color: transparent !important;
	color: #FFF !important;
	transition: color 0.4s ease 0s !important;
}

	.btn-default:hover, .btn-primary:hover {
		background-color: rgba(98, 96, 88, 0.9) !important;
		border-color: rgba(98, 96, 88, 0.9) !important;
	}

.LoggedOut .LoggedOut {
	display: none;
}

.LoggedIn header .LoggedIn {
	display: none;
}

.StandardForm.LoggedOut .ShellStoreMainContent.login {
	float: unset !important;
	width: unset !important;
}
/*Default style*/
/*Header*/
header {
	background-size: cover;
	margin-bottom: 15px;
}

.HeaderTop {
	color: #000;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	background-color: #000000;
}

	.HeaderTop .Center {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.HeaderTop .ShellSearch {
		float: left;
		margin-right: 12px;
	}

.Logo {
	float: left;
	max-width: 135px;
	width: 100%;
	padding-left: 5px;
}

	.Logo img {
		width: 100%;
	}

	.Logo img:hover {
		transform: scale(1.1);
	}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
	max-width: 350px;
}

.HeaderTop .ShellSearch .SearchControls {
	width: 600px;
	background-color: #FFF;
	display: inline-block;
	position: relative
}

.HeaderTop .ShellSearch input.SearchTextBox {
	float: left;
	height: 40px;
	clear: right;
	width: 100%;
	margin-right: 0;
	border: none;
	display: inline-block;
	color: #000;
	background-color: #efefef;
	border: solid 1px #efefef;
	padding-left: 10px;
}

.HeaderTop .ShellSearch input#search::placeholder {
	text-transform: unset !important;
	color: #222;
	font-style: normal;
	font-size: 14px;
	margin-right: 10px;
}

input#HeaderSearchButton {
	display: none !important;
}

.HeaderTop .SearchControls .SearchButton {
	height: 40px;
	width: 40px;
	float: right;
	clear: right;
	display: table;
	color: #fff;
	margin: -40px 0px 0px 0px;
	z-index: 2;
	position: relative;
	background-color: black;
	border: 1px solid white;
}

.SearchControls .SearchButton:hover {
	cursor: pointer;
	opacity: .6
}

.SearchControls .SearchButton img {
	width: 100%;
	max-width: 20px
}

ul.TopRight {
	clear: right;
	float: right;
}

.TopRight li a {
	color: white;
}

	.TopRight li a img {
		width: 35px;
	}

span.CartItemCount {
	position: absolute;
	display: flex;
	text-align: center;
	margin-top: -30px;
	margin-left: 9px;
	padding: 2px 5px;
	border-radius: 15px;
	font-weight: 600;
	color: white;
}

.TopRight .TopCart {
	border-right: none;
	padding: 10px;
}

ul.TopRight li a {
	color: #FFF;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 6px 10px;
}

ul.TopRight li:hover {
	background-color: #a6ce39;
}

ul.TopRight li a {
}

ul.TopRight li:hover a {
	text-decoration: unset;
}

ul.TopRight li img {
	float: none;
	clear: both;
	max-width: 26px;
	margin: 2px;
}

.btn-link {
	padding: 10px 25px;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 50px;
	display: inline-block !important;
}

	.btn-link:hover {
		background-color: #FFF;
		color: #a6ce39;
		border-color: #FFF;
	}

.HeaderContent {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 100%;
}

@media (max-width : 992px) {
	.DropDown.Small ul.topnav.mobile-style {
		border: unset;
		box-shadow: 0px 10px 10px -8px hsl(0deg 0% 71.01%);
		padding: 10px;
	}
}

nav.fill {
	position: relative;
}

.DropDown.Small ul.topnav {
	float: left;
	width: 100%;
	display: none;
	margin-bottom: 25px;
	border-bottom: 1px solid hsl(194.84deg 89.42% 59.22%);
}

.DropDown.Large .subnav {
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 0px black;
	width: 100%;
	z-index: 150 !important;
	top: 45px;
}

li.item.HasSubnav.Active .subnav.CLONED {
	background-color: #FFF;
}

.DropDown.Large .subnav .SubnavWrap {
	padding: 10px;
}

.DropDown.Large .subnav li a {
	padding: 0;
}

.DropDown.Large .subnav .SubnavWrap > ul {
	-webkit-column-width: 314px !important;
	-moz-column-width: 314px !important;
	column-width: 314px !important;
	width: 100%;
}

.ShellHeader .DropDown nav ul li a {
	padding: 15px 30px;
	font-size: 16px;
	color: #5a5a5c;
	text-transform: uppercase;
	font-weight: 600;
}

.ShellHeader .topnav.mobile-style li a:hover {
	transform: scale(1.1);
}

@media (max-width: 900px) {
	.ShellHeader .DropDown.Small ul.topnav div.icon-menu {
		margin: unset !important;
	}

	.ShellHeader .topnav.mobile-style li a:hover {
		transform: unset;
	}

	.ShellHeader .DropDown.Small ul.topnav a {
		width: unset !important;
		font-family: 'Barlow', sans-serif;
		color: #54595f;
		display: flex;
		padding: 10px;
		flex-direction: row-reverse;
		align-items: flex-end;
		text-decoration: unset;
	}

		.ShellHeader .DropDown.Small ul.topnav a:hover {
			transition: all .5s;
			background-color: #000000;
			color: #ffffff !important;
			border-radius: 5px;
		}

	.DropDown ul.topnav li {
		float: left !important;
		width: unset !important;
	}

	.SubnavWrap li .SubMenu {
		top: 30px !important;
	}
}


.ShellHeader .DropDown.Small ul.topnav div.icon-menu {
	display: block;
	margin: 10px;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 25px;
}

.DropDown.Large .subnav li a {
	width: 100%;
	font-family: 'Barlow', sans-serif;
	color: #54595f;
	display: flex;
	padding: 10px;
	flex-direction: row-reverse;
	align-items: flex-end;
	text-decoration: unset;
}

	.DropDown.Large .subnav li a:hover {
		transition: all .5s;
		background-color: #000000;
		color: #ffffff;
		border-radius: 5px;
	}

.DropDown ul.topnav {
	width: 100%;
	text-align: center;
}

@media (min-width: 901px) {
	.DropDown ul.topnav li {
		float: unset !important;
	}
}
	

.topnav a {
	font-family: 'Barlow', sans-serif;
}

.ShellHeader .topnav a {
	color: #14261c !important;
}



.SubnavWrap li:hover .SubMenu {
	display: flex !important;
}


.SubnavWrap li {
	display: table;
}

	.SubnavWrap li .SubMenu {
		position: absolute;
		padding: 15px !important;
		background-color: #FFF;
		box-shadow: 1px 1px 3px #a0a0a0;
		z-index: 10000;
		width: 250px;
		flex-direction: column;
		align-items: flex-start;
	}

.cart-icon {
	position: relative;
}

	.cart-icon:before {
		font-size: 23px;
		position: absolute;
		top: -9px;
		left: 4px;
	}

.DropDown.Large nav ul li ul.subnav li a {
	color: hsl(194.84deg 89.42% 59.22%);
}

.Large nav.fill ul li a {
	position: relative;
	transition: all .1s;
}

/*Navigation a link hover effect*/


/*Footer*/
.ShellFooter {
	color: #FFF;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 30px;
	background-color: #000000;
	padding: 20px 0;
}
/*Footer*/

/*Small menu*/
.DropDown.Small .MenuButton {
	float: right;
	margin: 20px 20px 0px;
	font-size: 25px;
}

.DropDown.Small .MenuButton {
	position: absolute;
	top: 0px;
	right: 0;
}

.DropDown.Small .MenuButton span {
	padding: 8px;
	color: #ffffff;
}

.eaglelink {
	width: 100%;
	float: right;
	text-align: left;
}

	.eaglelink a {
	}

.ShellHeader .DropDown.Small ul.topnav li > a {
	padding: 5px;
}

.HeaderTop li.MobileSearch {
	display: none;
}

.ShellStoreMainContent, div#ctl00_Store_content_Store_content, .Center > .Info {
	width: calc(100% - 320px);
	padding-right: 5px;
	float: right;
}

	.ShellStoreMainContent.myaccount.LoggedIn, .ShellStoreMainContent.accountcontactus.LoggedIn {
		width: 100% !important;
		margin-left: 0 !important;
		padding: 0px !important;
	}

	.ShellStoreMainContent.grid1 .ShellImages.SingleImage {
		display: none;
	}

@media (max-width: 1200px) {
	.DropDown.Large nav ul li a {
		padding: 15px 15px;
	}

	.HeaderTop .ShellSearch .SearchControls {
		width: 250px;
	}
}

@media (min-width: 1011px) {
	.CustomSideBarContent {
		display: block !important;
	}
}

@media (max-width: 1011px) {

	.ShellStoreMainContent, div#ctl00_Store_content_Store_content, .Center > .Info {
		width: 100%;
		margin-left: 5px;
	}
}

@media (max-width: 918px) {
	.HeaderTop .ShellSearch {
	}

		.HeaderTop .ShellSearch .SearchControls {
			width: 100%;
		}

	.DropDown.Small .MenuButton {
		float: right;
		margin: 25px 15px 0px 0px;
		font-size: 30px;
	}

	.HeaderTop .ShellSearch input.SearchTextBox {
		-webkit-appearance: none !important;
		box-shadow: none !important;
	}

	ul.TopLeft {
		padding-top: 5px;
	}

	ul.TopRight {
		margin-right: 60px;
	}
}

.ShellNavigation {
	padding-left: 5px;
}

	.ShellNavigation > span, .footer-copyright {
		font-family: 'Barlow', sans-serif;
	}

.TemplateTitle {
	color: #54595f;
	font-weight: 400;
	font-size: 18px;
}

@media (max-width: 1150px) {
	.TopRight {
		margin-right: 100px;
	}
}

@media (max-width: 1011px) {
	.ShellStoreMainContent, div#ctl00_Store_content_Store_content, .Center > .Info {
		width: 100%;
	}
}

/*Header mobile style*/
@media (max-width: 500px) {
	.HeaderTop .Center {
		display: flex;
		flex-direction: column;
	}

	.DropDown.Small .MenuButton {
		margin: 65px 15px 0px 0px;
	}

	.Logo {
		width: 130px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.TopRight {
		margin-top: 35px;
		margin-right: unset;
	}

	.TopLeft {
		width: 100%;
		display: grid;
	}

	.ShellDetail {
		margin-left: 10px;
	}
}

/*Header mobile style*/


/*Styles for custom folderTeamplateBase and Item page*/

.ShellMainContent .ShellFolderItems {
	max-width: 900px;
}

.ShellStoreMainContent .ShellDetail .ShellDetailPrice {
	text-align: left;
	padding-left: 15px;
}

.ShellStoreMainContent .ShellDetail .ShellItemNavigation {
	margin-bottom: 15px;
}

.ShellStoreMainContent .ShellDetail .ShellDetailPrice .ShellPriceBox {
	border: none;
}

	.ShellStoreMainContent .ShellDetail .ShellDetailPrice .ShellPriceBox .AddToCartControls {
		width: 250px;
	}

.ShellStoreMainContent.login {
	width: 300px;
}

	.ShellStoreMainContent.login .LoginControl {
		max-width: 250px;
	}

	.ShellStoreMainContent.login .LoginUserNameLabel, .ShellStoreMainContent.login .LoginUserNameLabel {
		width: 80px;
	}

	.ShellStoreMainContent.login .LoginControl .RememberMeCheckBox label {
		margin-left: 5px;
	}

.ShellStoreMainContent .ShellDetail .OnHand {
	display: none; /*we're showing it in the list of other inventory details, don't need it here*/
}

.ShellTitleFirst h1 {
	font-size: 20px;
}

.customdescription-wrapper {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 65%;
	margin-top: 25px;
}

.customdescription {
	text-align: left;
	width: 50%;
}

@media (max-width: 650px) {
	.customdescription-wrapper {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 374px) {

	.customdescription {
		width: 100%;
	}
}

.customlabel {
	font-weight: bold;
}

.ShellStoreMainContent.cart .ShellCartItem .ItemId, .ShellStoreMainContent.myaccount {
	text-align: left;
}

.AvailableStock {
	display: none;
}


.ShellTemplate .ShellTemplateLinkAddToCart {
	float: right;
	height: 100%;
	border-left: 1px solid #ccc;
	padding: 10px;
	margin-left: 5px;
}

@media (max-width: 970px) {
	.ShellTemplate .ShellTemplateLinkAddToCart {
		width: unset !important;
		padding: 5px;
	}
}
/*Styles for custom folderTeamplateBase and Item page*/


.ShellStoreItems {
	max-width: 950px;
}