/* adjust logo size because its square */
.header-logo a img {
    max-width: 100%;
    opacity: 1;
    max-height: 120px;
}


.header .header-upper .nav-item a {
 color: #000000;
}

.header .header-upper .nav-item a:hover {
 color: #55B147;
}

.header-upper {
 background: #E9ECEF;
}

.header {
 background-color: #55B147;
}

.header .search-box .search-box-button {
 background-color: #0060AF;
}

.header .search-box input.search-box-text {
 border: 1px solid #ffffff;
}

.header .search-box .search-box-button:hover {
 background-color: #6DCFF6;
}


.shopping-cart-links {
 color: #ffffff;
}

.shopping-cart-links .cart-qty {
 background-color: #FFC425;
}

 .nav-shopping-cart:hover a {
 color: #0060AF;
}



.desktop {
 background: #F4F4F4;
}

/* added the border bottom so the menus don't jump when you hover */
.top-menu > li {
 color: #000000;
 font-weight: bold;
 cursor: pointer;
 border-bottom: #F4F4F4 3px solid;
}

.top-menu > li.active {
 background: #F4F4F4;
 color: #000000;
 border-bottom: #000000 3px solid;
}


/* 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: #0060AF;
}

.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: #6DCFF6;
}

.master-column-wrapper .page-title h1 {
 color: #666666;
}


.opc .allow .step-title {
 background-color: #55B147;
}

.opc .allow .step-title .number {
 background-color: #FBA618;
}


.item-box .product-title a {
 font-weight: bold;
}



.footer {
 background-color: #E9ECEF;
 color: #000000;
}

.footer-block .title strong {
 font-weight: 800;
 color: #000000;
}

.footer-block .list a:hover {
 color: #0060AF;
}

.block .list a:hover {
 color: #0060AF;
}


.mega-menu .mega-menu-submenu .sub-menu-links a:hover {
 color: #000000;
}


/* to remove the gap between the menu and mega-menu */
.mega-menu .mega-menu-submenu {
top: 0px;
}



/* mobile stuff */

.flyout-menu .header-panel, .flyout-menu .flyout-menu-submenu .sub-menu-heading a {
 background-color: #ff6666;
}

@media (max-width: 769px) {
 .footer-block .title {
 background: #FFC425 url(../../images/toggle-white.png) right center no-repeat;
 }
}


/* extra override for Product attachment text */
.product-attachments .product-attachment-name {
 font-size: 12px;
}

