.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-left: 0px;
    padding: 0;
    list-style: none;
}

.uk-grid {
    margin-left: -30px;
}

.uk-grid-column-small, .uk-grid-small {
    margin-left: -15px;
}

[class*="uk-child-width"]>* {
    box-sizing: border-box;
    width: 100%;
}

[class*="uk-width"] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.uk-grid-column-small>*, .uk-grid-small>* {
    padding-left: 15px;
}

.uk-grid>* {
    margin: 0;
    padding-left: 30px;
}

.uk-grid>*> :last-child {
    margin-bottom: 0;
}

.uk-position-relative {
    position: relative !important;
}

.uk-flex {
    display: flex;
}

.uk-flex-between {
    justify-content: space-between;
}

.uk-flex-wrap {
    flex-wrap: wrap;
}

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

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

.uk-text-center {
    text-align: center !important;
}

*+.uk-grid-margin-small, .uk-grid+.uk-grid-row-small, .uk-grid+.uk-grid-small, .uk-grid-row-small>.uk-grid-margin, .uk-grid-small>.uk-grid-margin {
    margin-top: 15px;
}

.product-grid .product-price * {
    white-space: nowrap;
}

.single-product .wp-post-image {
    width: 100%;
}

.product-item-wrapper {
    padding: 12px 0;
}

.product-item-wrapper .product-linked-wrapper {
    display: inline-block;
    box-shadow: none;
}

.product-item-wrapper .product-linked-wrapper img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.product-item-wrapper .product-linked-wrapper .date-container {
    padding: 6px;
    background: #14263e;
}

.product-item-wrapper .product-linked-wrapper .date-container * {
    color: #FFF;
    margin: 0;
    font-weight: 600;
}

.filter-button {
    box-shadow: none !important;
    cursor: pointer;
    padding: 0.75em 2em;
    border: 1px solid #14263e;
    background: #FFF;
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 16px !important;
}

.filter-button:hover,
.filter-button:active,
.filter-button:focus,
.product-item-wrapper .product-linked-wrapper:hover,
.product-item-wrapper .product-linked-wrapper:focus,
.product-item-wrapper .product-linked-wrapper:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.filter-button.filter-active,
.filter-button.filter-active:hover {
    background: #14263e;
    color: #FFF;
}

.filter-grid .filter-item .product-linked-wrapper,
.filter-grid .filter-item .product-linked-wrapper img {
    width: 100%;
}

.uk-child-width-auto>* {
    width: auto;
}

input[type=number].no-spin::-webkit-inner-spin-button,
input[type=number].no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].no-spin {
    -moz-appearance: textfield;
}

.uk-hidden {
    display: none !important;
}

.shopping-cart a {
    width: 50px;
    height: 50px;
    position: relative;
}

.shopping-cart a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/shopping-cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 640px) {
    .woocommerce-cart-form__cart-item .product-name {
        max-width: 200px !important;
    }

    .uk-child-width-1-2\@s>* {
        width: 50%;
    }

    .uk-width-auto\@s {
        width: auto;
    }
}

@media only screen and (min-width: 960px) {
    .uk-child-width-1-3\@m>* {
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-auto\@m {
        width: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .uk-grid {
        margin-left: -40px;
    }
}