/* Example CSS file */ 
.uk-logo img {
    width: 150px!important;
    height: auto;
}

@media (max-width: 959px) {
    .uk-logo img {
        width: 110px;
        height: auto;
    }
}   

.uk-background-secondary {
    background-color: #121111;
}   

.uk-section-secondary {
    background-color: #121111;
}   

.uk-text-white {
    color: #fff;
}

.uk-blog-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.align_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* UIkit adds these responsive margins at 640px breakpoint */
@media (min-width: 640px) {
    .align_center {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.uk-quantity {
    border: 1px solid #231F20;
    padding: 7px;
}

.uk-height-large {
    min-height: 60vh;
}


.uk-icon-home img {
    width: 120px;
}


.uk-grid-divider > :not(.uk-first-column)::before {
    border-left-color: #e5e5e5;
}



.about-image-wrapper {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.main-image {
    max-width: 100%;
    height: auto;
}

.left-content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 450px;
    padding-top: 20px;
}

.right-content {
    position: absolute;
    bottom: -40px;
    right: 0;
    max-width: 400px;
    right: 40px;
}


/* Mobile adjustments */
@media (max-width: 959px) {
    .left-content {
        position: relative;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .right-content {
        position: relative;
        max-width: 100%;
        bottom: auto;
        right: auto;
    }

    .right-content .uk-text-right {
        text-align: left !important;
    }
}

.uk-product-grid-image img {
    height: 300px;
    object-fit: cover;
}

/* Modal Menu Styles */
.uk-modal-full .uk-modal-dialog {
    background: rgba(18, 17, 17, 1);
}

.uk-modal-full .uk-nav-primary > li > a {
    font-size: 1.5rem;
    color: #fff;
    padding: 15px 0;
    transition: color 0.2s ease-in-out;
}

.uk-modal-full .uk-nav-primary > li > a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.uk-modal-full .uk-nav-sub {
    padding: 15px 0;
}

.uk-modal-full .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    padding: 8px 0;
}

.uk-modal-full .uk-nav-sub a:hover {
    color: #fff;
}

.uk-modal-full .uk-modal-close-full {
    background: transparent;
    color: #fff;
}

.uk-modal-full .uk-modal-close-full:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* Add spacing between menu items */
.uk-modal-full .uk-nav-primary > li {
    margin: 10px 0;
}

/* Animate menu items on open */
.uk-modal-full .uk-nav-primary > li {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUpFade 0.5s forwards;
    animation-delay: calc(var(--item-count) * 0.1s);
}

@keyframes slideUpFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.uk-button-bitter {
    font-family: 'Bitter', serif;
}

.uk-slideshow-items {
    min-height: 600px!important;
}

.uk-featured-image img {
    height: 600px!important;
    width: 100%;
    object-fit: contain;
}

.uk-tab > .uk-active > a {
    color: #333;
    border-color: #333!important;
}

strong {
    color:black!important;
}

em {
    color: black!important;
}