@media screen and (min-width:1000px)
{.main-menu>li:nth-child(n+3){margin-top:0}}

@media screen and (min-width:1000px){.menu-bar{padding:3em 0 0 2em}}

ul.product-listing 

li .product-variants 

li a{
	background:#182e43;
	border:1px solid #5f8ca4;
	border-radius:.3rem;
	font-family:"Open Sans",Arial,sans-serif;
	color:#fff;
	padding:6px;
	font-size:.92em;
	margin:0;
	display:inline-block
	}
	
li a:hover{
	background:#5f8ca4
}

ul.product-listing 

li .product-variants 
li a::before{
	display:inline-block;
	padding:0 6px 0 0;
	font-family:Fontawesome;
	font-weight:400;
	content:"\f217";
	transition:color .2s
	}

.ClearAllButton{font-size:.8em;
    display: inline-block;
    margin-right: 2em;}

.row-checkout-controls 

.text-right{display:inline-block}

.row-checkout-controls 

.text-right input,

.row-checkout-controls input{float:right;margin:0 0 0 1em}

.button{cursor:pointer}

.call-to-action{font-size:1.5em;background-color:#23a766;font-weight:700}

.add-to-cart-group 
.add-to-cart{
	vertical-align:top;
	padding:.3em .8em;
	background-color:#000;
	border:1px solid #fff;
	font-size:1.2em;
	color:#fff;
	transition:background-color .2s
	}
.add-to-cart-group 
.add-to-cart:focus,
.add-to-cart-group 
.add-to-cart:hover{background-color:#222}

.quantity-discount-table{border-collapse:collapse;min-width:12em;margin:1em 0}
.quantity-discount-table td,
.quantity-discount-table th{padding:.2em .5em;border:1px solid #3c7fb8;text-align:left}
.quantity-discount-table th{padding-bottom:.5em}.quantity-discount-table td:first-child,
.quantity-discount-table th:first-child{text-align:right}
.account-form .form-group{display:block;clear:both}
.login-button,
.update-account-button{
	display:block;
	clear:both;
	font-size:1.5em;
	background-color:#23a766;
	font-weight:700
	}
	#ctl00_PageContent_pnlGiftCard,#ctl00_PageContent_pnlPromotion{
		width:48.5%;
		margin-right:1%;
		display:inline-block;
		min-width:350px
		}
@media (max-width:649px){
	.main-menu{display:none}}
@media (min-width:1050px){
	.header-cart ul{
		max-height:500px;
		max-height:calc(100vh - 7em);
		overflow-y:auto}}
	#ctl00_PageContent_pnlPromotion{display:none}