/* SET NAV COLORS */
.nav-container {
	background: #0DA8FB;
	color: #FFF;
}
div.menu {padding: 0;}
div.menu a { padding: 15px; }
div.menu.active a, div.wp-custom-menu-popup {background: #FFF; color: #0DA8FB; }
a.level1 {text-transform: uppercase; font-size: 14px; font-weight: bold; padding: 8px 12px;}

/* SET FONT COLORS */
a:hover,
.product-view .product-shop ul.product_dimensions,
.subcat-listing .subcat-products li a:hover,
.links li a:hover,
.opc .step-title .number
 {color: #005D8F;}

/* SET BACKGROUND COLORS */
.block-layered-nav dt, .opc .active .step-title, .btn-primary {background:#0DA8FB}
button.button {background: #FFA41C;}
button.button:hover {background:#FA8900;}
button.button span {color:#000;}

/* LOADING CIRCLE */
.loading_blue {
  	border-left: 8px solid #0DA8FB;
}

/* SEARCH SUGGEST */
.ui-autocomplete-category {padding: 8px 12px; background: #005D8F; color: #FFF; text-transform: uppercase; font-size: 16px; font-weight: bold;}
.ui-menu-item:hover, .ac_product_result:hover {background: #F9F9F9; color: #005D8F;}
.ac_product_result .info .price {color: #c02638; font-weight: bold;}
a.show_more {color: #005D8F;}

.rating_star_icon_solid::before {
    color: #005D8F;
}