

/*.hamburger-nav>ul>li[data-navid=cat540004] {
    background-image: url(/category/cat540004/Gifts_Nav_Icon-1.gif);
    background-repeat: no-repeat;
    background-position: top center;}\\

.hamburger-nav>ul>li[data-navid=cat540004] {
    color: #FFF;
    background-color: #63a70a;
}*/

/* Gifts Silo Image for tablets */
@media screen and (min-width: 768px) and (max-width:1023px) {
    .silo-image {
        width:4em;
    }
}

@media screen and (min-width: 1024px) and (max-width:1190px) {
    .silo-image {
        width:64px;
    }
}

/*5-25 Color Swap_PLP*/
li.color-picker.thumb, 
li.br-color-picker, 
li.mobile-plus, 
li.color-picker.picked, 
li.br-color-picker.picked, 
li.br-color-picker.altpicked {
    z-index: 0;
}

/* 5-1-17 PLP Spacing add*/
.product-description .product-price p.strikethrough {
padding-right: 3px;
}
.product-description .product-price p.price-adornment.strikethrough {
padding-right: 0px;
}
/* Clearance Nav color change per Kelsey */
.silo-nav>ul>li[data-siloid='cat1230000']>div>a  {
    font-weight: bolder;
    color: #db1e36;
}
.hamburger-nav>ul>li[data-navid="cat1230000"]>a {
    font-weight: bolder;
    color: #db1e36;
}

/* SEO Footer links color change per Kelsey */
.footer-seo ul>li a {
    color: #252525;
}
@media screen and (min-width: 768px),print {
    footer .menu .menu-item>a {
        color: #252525;
}
	
/* Misalignment for text on the Order Review Page - added per Kory Jackson */
p.orderReviewRegistrationText {
    padding-top: 13px;
}

/* Larger project - Checkout Billing Address Page fix for submit button and spacing */
.is-IE9 .checkout.billing .billingAddressSubmit, 
.is-IE9 .checkout.shipping .shippingAddressSubmit {
	display:none !important;
}
.is-IE9 .checkout.billing form input, 
.is-IE9 .checkout.shipping form input{
	margin-bottom:8px !important;
}
.is-IE9 .checkout.billing form label, 
.is-IE9 .checkout.shipping form label{
	font-size: 14px !important;
}
.is-IE9 .checkout.billing .main-sub.summary, 
.is-IE9 .checkout.shipping .main-sub.summary,
.is-IE9 .checkout.review .main-sub.summary,
.is-IE9 .checkout.ordercomplete .main.confirm  {
	font-size: 12px !important;
}

/* Checkout width fix for IE9 */
@media only screen and (min-width:1023px){
	.is-IE9 	.checkout {
		width:auto;
	}
}