/* express css fixer */

.header-logo {
	background:url(/cdn/assets/cms/global/site_assets/new-glo-logo.gif) no-repeat;
    width: 190px;
}
.header-logo img {
    width: 190px;
}

/* hide low inventory above product name */
.low-inventory {
    display: none;
}

/* temporarily hide Filter By: & Sort by: on category page
#refinementContainer {
		display: none;
}
.cat-thu-pagnation .sortOptionsTable {
		display: none;
}
.cat-luc-sort #sortItemsForm {
		display: none;
}
end */

/* Red Sale */
#main-header .main-nav a[title="Sale"] {
    color: #cc0000;
    font-weight: normal;
}
#main-header .main-nav a[title="Sale"]:hover {
	color:#cc0000;
}

/* BEGIN FULL WIDTH FIXED HEADER/FOOTER */

/* desktop-ipad 3/4 */
@media only screen and (min-width: 1280px) {
body {width:100%;min-width:970px;}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
body {width:100%;min-width:1105px;}
}

/* header */
#main-header .header .account-nav {margin-right: 0px;}
#main-header .main-nav>ul>li a {letter-spacing: .15em !important;font-weight:normal;}


/* no global banner  on homepage */ 
body.expressHomepage #glo-body-container {padding-top: 9px;}
/* no global banner  on sale page */
body.cat_landing .landing-page-hero .slp {padding-top: 5px;}

/* footer */
#minimal .footer-link {width: 100%;min-width: 970px;max-width: 970px;margin: 0 auto;clear: both;padding-top: 100px;}
#minimal #footer-bar #email-form-container.five.columns {width: 38%;}
#minimal #discount-box {width: 100%;}
#minimal{letter-spacing: .08em !important;font-weight:normal;}

/*cart dropdown*/
@media only screen and (max-width: 1700px) {
      #main-header #widget-ucart {right:30px;}
}

/*search dropdown autocomplete*/
.ac_results {z-index:1000;}

/* left nav */
#glo-body-leftnav { background: #fff !important;}
.with-left-nav,  #glo-body-container-inner  { background: none !important;}
#glo-leftnav-container {margin:0;padding:0;width:100%;letter-spacing: .06em;}
.leftnav-section-title {font-weight:bold;font-size:11px!important;font-style:normal;text-transform:capitalize;}
#glo-leftnav-container span.leftnav-section-title:hover {background: none;}
#glo-leftnav-container span {padding-left:4px !important;padding-top:3px;padding-bottom:3px;padding-right:0px;}
#glo-leftnav-container a:hover {text-decoration: none;}
#glo-leftnav-container span:hover {background: #f6f6f6;}
#glo-leftnav-container a:link, #glo-leftnav-container a:visited, #glo-leftnav-container a:active, #glo-leftnav-container ul a:link, #glo-leftnav-container ul a:visited, #glo-leftnav-container ul a:active {color:#555;}
#glo-leftnav-container .sublink li {padding: 3px 3px 2px 18px;}

/* only homepage */
body.expressHomepage .cycle-slideshow {width:970px;height:579px!important;}

/* cust serv */
#ecomm-help-inner { background: #fff !important;}

/* about us */
#cms-careers-inner, #cms-about-us { background: none !important;}

/* loyalty activation */
.la-body-content { width:970px; margin:0 auto;}

/* footer seo */
div#footerCmsSeo {width:100% !important;color:#555 !important;background: #fff;min-width:970px;padding:0 !important;}
div#footerCmsSeo h1, div#footerCmsSeo h2, div#footerCmsSeo a {color:#555 !important;}

/* careers */
#cms-careers {padding-top:105px;}

/* shopping bag */
.inventoryOnlyLeftBox {left:0 !important;position:relative !important;}

/* ensamble pdp */
#cat-ens-img #cat-ens-but-view-lg {position:relative !important; left:0!important;}

/* END FULL WIDTH FIXED HEADER/FOOTER */