/* --- BJ Discount Custom CSS --- */

html {}
p, div {}
h1, h2, h3 {}

.uk-subnav>*>:first-child {
    display: flex;
    align-items: center;
    column-gap: .25em;
    color: slateblue;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow, opacity, filter;
    font-size: 24px;
    font-family: 'Nunito Sans';
    font-weight: 700;
  padding: 0px 5px;
}

.imagleft { float:left; margin-right:10px; }


.uk-dropdown {
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 15px;
    --uk-inverse: dark;
    width: auto;
    min-width: 250px;
    padding: 40px;
    background: #A3D8EE;
    color: #000;
    box-shadow: 2px 18px 48px rgba(0, 0, 0, .1);
}


/* --- BJ Discount END CSS --- */