
.header .header-upper .nav-item a {
 color: #000000;
}

.header .header-upper .nav-item a:hover {
 color: #1E6FB6;
}


.header-upper {
 background: #EEEEEE;
}

.header {
 background-color: #ffffff;
}

.header .search-box .search-box-button {
 background-color: #000000;
}

.header .search-box input.search-box-text {
 border: 1px solid #000000;
}

.header .search-box .search-box-button:hover {
 background-color: #1E6FB6;
}

/*current branch button*/
/*.header-lower-right .branch-display .branch-current {
 color: #22344C;
} */

.shopping-cart-links {
 color:#000000;
}

.shopping-cart-links .cart-qty {
 background-color: #FFF200;
}

 .nav-shopping-cart:hover a {
 color: #1E6FB6;
}

.desktop {
 background: #66D1F6;
}

/* sc - use only if background color on hover is same as li active background color */
.top-menu > li > a:hover {
 color: #FFFFFF;
 font-weight: bold;
}

.top-menu > li {
 color: #000000;
 font-weight: bold;
 border-bottom: #66D1F6 3px solid;
 
}

.top-menu > li.active {
 background-color: #22344C;
 border-bottom: #ffffff 3px solid;
}


/* SC - increase header menu font size */
.top-menu > li a {
 font-size: 20px;
 
}


/* primary color background */
.item-box .product-box-add-to-cart-button, .mini-shopping-cart input[type="button"], .overview .add-to-cart-button,
.search-input .button-1, .order-details-page .actions input:first-child, .order-details-page .page-title a.print-order-button, .order-list-page .section.order-item .actions .button-1, .cart-footer .checkout-button, .checkout-page .button-1,
.overview .add-to-cart-button, .variant-overview .add-to-cart-button, .overview .add-to-cart-unavailable,
.overview .add-to-cart-notifyme, .registration-page .button-1, .registration-result-page .button-1,
.login-page .button-1, .password-recovery-page .button-1, .account-page .button-1, .return-request-page .button-1, 
.flyout-menu .header-panel, input[type="submit"], .contact-page .button-1 { 
 background-color: #000000;
}

.item-box .product-box-add-to-cart-button:hover, input[type="submit"]:hover, .mini-shopping-cart input[type="button"]:hover,
.overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover, .overview .add-to-cart-notifyme:hover, 
.registration-page .button-1:hover, .registration-result-page .button-1:hover, .login-page .button-1:hover, 
.search-input .button-1:hover, .order-details-page .actions input:first-child:hover, .order-details-page .page-title a.print-order-button:hover, 
.order-list-page .section.order-item .actions .button-1:hover, .cart-footer .checkout-button:hover, .checkout-page .button-1:hover,
.password-recovery-page .button-1:hover, .account-page .button-1:hover, .return-request-page .button-1:hover, .contact-page .button-1:hover {
 background-color: #1E6FB6;
}


.master-column-wrapper .page-title h1 {
 color: #1A1A1A;
}


.opc .allow .step-title {
 background-color: #22344C;
}

.opc .allow .step-title .number {
 background-color: #66D1F6;
}


.item-box .product-title a {
 font-weight: bold;
}



.footer {
 background-color: #22344C;
}

.footer-block .title strong {
 color: #FFFFFF;
}

.footer-block .list a:hover {
 color: #66D1F6;
 text-decoration: underline;
}

.block .list a:hover {
 color: #1E6FB6;
}


.mega-menu .mega-menu-submenu .sub-menu-links a:hover {
 color: #1E6FB6;
}



/* mobile stuff */

.flyout-menu .header-panel, .flyout-menu .flyout-menu-submenu .sub-menu-heading a {
 background-color: #22344C;
}

@media (max-width: 769px) {
 .footer-block .title {
 background: #66D1F6 url(../../images/toggle-white.png) right center no-repeat;
 }
 
 .footer-block .list a:hover {
 color: #1E6FB6;

}
 
}

/* product attachment adjust font size */
.product-attachments .product-attachment-name {
 font-size: 14px;
}

/* SC - centre best sellers coz site only has 1 product) */
.item-grid {
 justify-content: center;
}


