.header-quickorder {display:none;}
body.ex-loggedin .header-quickorder {display:block;}

/* Header Mobile - Text color */
header .header-mobile .cd-dropdown-trigger-mobile i, header .header-mobile .header-right a {
color: #307cc5;
}
/* Top Header */ 
.headersection-1 { width: 100%; background: #317cc5; }
.headersection-1 .row-1 { margin: auto; }
.header-full .row-1 .cmspages_container { text-transform: uppercase; }
.header-full .row-1 a { color: #fff; }
.header-full .row-1 .cmspages_container a:hover { text-decoration: underline; }
.header-full .row-1 ul.classlinkslist { margin-left: 13px; }
.header-full p { margin-bottom: 0; color: #fff; font-size:14px;}

/* Change Logo Size */
.logo > img {
max-width: 175px !important;
max-height: 300px !important;}

/* Change Badge Appearance */
.ribbon-wrapper .ribbon-tips {
    float: left;
    border-top: 0rem solid; 
    border-bottom: 0rem solid;
    right: -1.5rem;
    border-right: 1rem solid transparent;}
.ribbon-wrapper .ribbon {
    padding: .1rem .3rem;
    max-width: 90%;
    text-align: left;
    line-height: 1.0rem;
    font-size: .7875rem;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    float: left;
    margin-bottom: .5rem;
    cursor: default;
    border-radius: 12px 3px 12px 3px;
    border: solid 1px;
    border-color: #fff;
    margin-left: 10px;
    position: relative;
    background-repeat: no-repeat;
    opacity: 0.6;
    box-shadow: 2px 2px #b2b2b2;}
.ribbon-wrapper .ribbon-side {
    float: left;
    position: absolute;
    left: -10px;
    top: -2px;
    border-left: 0px solid;
    line-height: 1.5rem;
    padding-top: .1rem;
    padding-bottom: .1rem;}

/* Change Basket Appearance */
.catalog-single .softgraybackground,
.softgraybackground {background-color: #eaf6fc;border: solid 1px;border-color: #317cc5;border-radius: 6px;}

/* Sticky Basket */
body.product .twocolumnsright .col-sm-12 {
    position: sticky;
    top: 20px;}
.productaddtocart_container {
   margin-top:0px;}

/* Shadow Effect On Products & Categories */
  .griditems > .tileparent:hover {
    -webkit-transform: scale(1.0.4);
    -ms-transform: scale(1.0.4);
    transform: scale(1.0.4);
    box-shadow: #9ccbf3 0px 3px 30px;
    background: white;
    border-radius: 4px;
    padding: 0px 10px 0px;
    transition: all 0.3s ease;}

/* Remove Vertical Product Grid Lines */
.catalog-grid .tile {border-right: none;}

/* Round Corners Search Box */
input#searchlistwithin_hd, input#searchlist_hd, input#searchlistpanel_hd {
  border-radius: 4px;}

/* Search Bar Style */
header section.search .search-form .form-group input { height: 45px; }
header section.search .search-form button[type=submit] { top: 4px; 
right: 1px;}
section.search .search-form button[type=submit] {
    top: 4px; right: 1px;}
.menu .additional_linkslist li.menuitem { padding:10px 1em; }

/* Search Bar Icon Magnifying */
@media screen and (min-width: 769px) {
i.fa.fa-search::before {
    position: relative;
    top: 2px;
    right: -8px;    
    color: #FF0000;
    *background: #317cc5;
    *border-radius: 0px 4px 4px 0px;
    padding: 11px;
    border-left: 1px solid;
   border-color: #317cc5;}

/* Minicart Colours & Count */
.toolbar .cart-btn>.btn { background: #317cc5; }
.toolbar .cart-btn>.btn span.minicart_count {
    background-color: #FF0000;
    border-radius: 10px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;}
.fa-shopping-bag:before {
    content: "\f290";
    color: #fff;}
.toolbar .cart-btn>.btn b {
    color: #fff;
    font-size: .9rem;
    font-weight: 600;}

/* Bottom Padding Carousel */
.merchandisingcontent_container .catalog-single {
    padding: 0px !important;
    margin-top: 7px;}

/* Footer Layout */
footer {
    width: 100%;
    padding: 15px 0 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .85rem;}

/* Hide No Product Message */
.noprodutctfound .alert{
display: none;}
.ajax-search-control::-webkit-input-placeholder {
    opacity: 0;}
.placeholderopacity1::-webkit-input-placeholder {
    opacity: 1;}

/* test needs work*/
.filter-container .menulinks_container {
    background-color: #f7f7f7;
    border-radius: 8px 8px 8px 8px;
    color: #339e;
    margin: 0 0 20px 0;}
section.quicklinks ul {
    margin: 0 15px;}
.filter-container .menulinks_container section.quicklinks h4 {
    background-color: #e6e6e6;
    border-radius: 8px 8px 0px 0px;
    bottom: 0px;
    color: #317cc5;
    padding: 18px 15px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;}

/* Breadcrumb */
.breadcrumb>li+.first_link:before {
    all: unset;}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 6px 0;
        background: #efefef;
        border-radius: 4px;
	border: 1px solid #ddd;}
.breadcrumb li {
	font-size: 12px;}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);}
.pagination {
	margin: ;}

/* Breadcrumb Account Dashboard*/
.myaccount-title .breadcrumb {
    padding: 6px 0;
    text-align: left;
    margin-top: 15px;
    width: auto;}

/* Top Bar Dropdown Colours */
.dropdown-menu .pointer a {
    color: #ff0000;}
.toolbar .account-dropdown div.description {
color: #ff0000;}