/* Add here all your CSS customizations */

.breadcrumb a {
  color:#ff9420;
}

/*Contact-us page, email link color*/
#ctl00_cpMainBody_EmailLink {color:#7A0511;}

/*Category "Stationery" page, hide "# Products" under the Category Name*/
#pvresults {
display: none;
}

/*Product page, items hidden: Result per page[  ] Sort by [  ] group
div.col-md-6.col-xs-6.form-inline.text-right {
display: none;
}*/

/*Product page, spacing above
.product-box {
margin-top:10px;
}*/