/***Global***/
.white {
  color:#ffffff!important;
}
.red {
  color:#ef3741!important;
}
.italic {
  font-style:italic!important;
}
.shadow {
  text-shadow:2px 2px 5px #000000;
}
.noshadow {
  text-shadow:none!important;
}
.bolder {
  font-weight:900!important;
}
/***Homepage***/
.homepage div div div .header-strike {
  margin-top: 30px;
}
.homeslide .caption-wrap {
  left:-17%!important;
}
.homeslide .caption {
  color: #ef3741!important;
  width:38vw!important;
}
div#footicons {
  width:100%;
  margin:auto;
}
div#footicons img {
padding: 0px 20px 0px 20px;
}
div#header {
  background-repeat:no-repeat;
  background-position:center 109px;
  background-image:url("/DSN/wwwcampusmarketingcom/Content/Images/header-bg-summer.jpg");
}
/***Category Page***/
.ProductsOnScreen {
  margin-top:0px!important;
  margin-bottom:1.25rem!important;
}
.ProductsOnScreen .categoryCell {
  margin-bottom:0px !important;
}
.ProductsOnScreen .categoryCell .categoryImg {
  display:none !important;
}
.ProductsOnScreen .categoryCell .categoryName a {
    display: block;
    background: #ef3741;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    color: white;
    font-weight: bold;
    line-height: 23px;
}
/* New Product Notifier Image */
.prodCell .prodImg.prodNew a::after {background-image: url("/DSN/wwwcampusmarketingcom/Content/Images/new-arrival-tag.png");
}
/* Product Price/Info Style */
.prodPriceLow {
  color:#ef3841;
}
.prodPriceLowLabel{
  color:#555;
}
.prodPartNo {
  font-size:85%;
}