/* increase logo size
.header-logo a img { 
 max-height: 150px;
} */

.header .header-upper .nav-item a {
 color: #000000;
}

.header .header-upper .nav-item a:hover {
 color: #f98d29;
}

.header-upper {
 background: #ffffff;
}

.header {
 background-color: #002855;
}

.header .search-box input.search-box-text {
 border: 1px solid #000000;
}

.header .search-box .search-box-button {
 background-color: #f98d29;
}

.header .search-box .search-box-button:hover {
 background-color: #faa14f;
}


.shopping-cart-links {
 color:#f98d29;
}

.shopping-cart-links .cart-qty {
 background-color: #f98d29;
}

 .nav-shopping-cart:hover a {
 color:#faa14f;
}

.desktop {
 background: #002855;
}

.top-menu > li {
 font-weight:bold;
 border-bottom: #002855 3px solid;
}

.top-menu > li.active {
 background: #002855;
 border-bottom: #f98d29 3px solid;
 font-weight:bold;
}

/*sub menu if 2 levels only - not mega menu */
.header-menu .sublist li a:hover {
 color: #f98d29;
}

.mega-menu .mega-menu-submenu .sub-menu-links a:hover {
 color: #f98d29;
}


/* 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, button.new-shipping-address-button,
.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"] { 
 background-color: #002855;
}

.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, button.new-shipping-address-button:hover,
.password-recovery-page .button-1:hover, .account-page .button-1:hover, .return-request-page .button-1:hover {
 background-color: #f98d29;
}

.master-column-wrapper .page-title h1 {
 color: #000000;
}


.footer {
 background-color: #002855;
}

.footer-block .list a:hover {
 color: #f98d29;
}

.block .list a:hover {
 color: #f98d29;
}


.opc .allow .step-title {
 background-color: #002855;
}

.opc .allow .step-title .number {
 background-color: #f98d29;
}


.item-box .product-title a {
 font-weight: bold;
}



/* mobile stuff */

@media (max-width: 769px) {
 .footer-block .title {
 background: #000000 url(../../images/toggle-white.png) right center no-repeat;
 }
 
 .footer-block .list a:hover {
 color: #f98d29;

}

}

.flyout-menu .header-panel, .flyout-menu .flyout-menu-submenu .sub-menu-heading a {
 background-color: #000000;
 color: white;
}


/* hide requires order approval text in shipping method checkout */
/* .shipping-method-require-approval {
 color: white;

} */

/* shipping address label during checkout */
label[for=shipping-address-select] {
    font-weight: bold;
    color: red;
}

/*delivery message flashing background */
.flash-text {
    animation-name: flash;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes flash {
    0%  { background-color: #FFCCCB; }
    50% { background-color: transparent; }
    100% { background-color: #FFCCCB; }
}




