/* Breadcrumb and recently-viewed side block
   #BY_HOME_CLUB - split out of 1024.css so that page types which cannot
   render these elements never download the rules. Rule order inside this file is the
   order the rules had in the origin file; the registration slot in Head.cshtml keeps
   the cascade position identical. Do not reorder. */

@media all and (min-width: 1025px) {
    .block.block-recently-viewed-products .title {
    	padding: 15px 20px;
    }
    .block.block-recently-viewed-products .title:before {
    	display: none;
    }
    .block.block-recently-viewed-products .listbox {
    	padding: 0;
    }
    .block.block-recently-viewed-products .listbox li {
    	padding: 10px;
    	border-top: 1px solid #eeeeee;
    }
    .block.block-recently-viewed-products .listbox li:first-child {
    	border-top: 0;
    }
    .block.block-recently-viewed-products .list a {
    	color: #444444;
    }
    .center-1 .breadcrumb {
    	text-align: center;
    }
    .breadcrumb {
    	text-align: left;
    	margin: 0 0 15px 0;
    }
    .mobile-name-holder .breadcrumb {
    	text-align: center;
    }
    .breadcrumb li * {
    	line-height: normal;
    }
}
