.uk-navbar-nav {
    align-items: center;
}

.uk-navbar .uk-button {
    height: 50px;
    min-height: auto;
    color: #fff;
}

.uk-navbar-nav>li.uk-button>a {
    min-height: 50px;
    color: #0F2850;
}

.uk-navbar-nav>li.uk-button>a:hover {
    color: #fff;
}

.uk-navbar-nav > li.uk-button.uk-active > a {
    color: #0F2850;
}

.uk-navbar-nav > li.uk-button.uk-active {
    background: #D6B9A0;
    border-color: #D6B9A0;
}

.uk-navbar .uk-button.current-menu-item,
.uk-navbar .uk-button.current_page_parent{
    color: #fff;
}

.uk-navbar > li.uk-button:hover > a {
    color: #fff;
}

.uk-navbar .uk-button a:before {
    display: none;
}

#order_review h3#order_review_heading {
    width: 100%;
}

.woo-breadcrumbs {
    display: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    background: #4e4b48;
    color: #fff;
    box-shadow: none;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper {
    height: auto;
    padding: 5px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    padding: 5px 20px;
    flex: 1 1 100%;
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #4e4b48;
    margin: 5px;
    height: auto;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:hover {
    background: #4e4b48;
    color: #fff;
    box-shadow: none;
}

.button.alt, .button.checkout, input[type=submit].alt, input[type=submit].checkout {
    background: #4e4b48;
}

.attr-points {
    float: left;
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 0!important;
}

.attr-points .attr-point {
    background-color: #d8d9e1;
    border-radius: 50px;
    display: inline-block;
    height: 10px;
    margin-right: 8px;
    width: 10px;
}

.attr-points[data-value="0"] .attr-point:nth-child(-n+0), 
.attr-points[data-value="1"] .attr-point:nth-child(-n+1), .attr-points[data-value="2"] .attr-point:nth-child(-n+2), .attr-points[data-value="3"] .attr-point:nth-child(-n+3), .attr-points[data-value="4"] .attr-point:nth-child(-n+4), .attr-points[data-value="5"] .attr-point:nth-child(-n+5), .attr-points[data-value="6"] .attr-point:nth-child(-n+6) {
     background-color: #232323;
 }

.woocommerce-product-attributes-item__value--taste {
    background: #4e4b48;
    display: inline-block;
}

:not(.woocommerce-message,.woocommerce-Message)>.button:not(.alt,.checkout,.view,.pay,[name*=save_]) {
    background: #D6B9A0;
    color: #0F2850;
    border: 0 none;
}

:not(.woocommerce-message,.woocommerce-Message)>.button:not(.alt,.checkout,.view,.pay,[name*=save_]):hover {
    background: #0F2850;
    color: #fff;
}

.neu-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #d32f2f;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9;
    line-height: 1.4;
    white-space: nowrap;
}

ul.products li.product {
    position: relative;
}