.tm-cart-quantity-column {
    min-width: 115px !important;
}

.tm-cart-quantity-column rect{
    stroke: #2c2a2a;
}

.tm-quantity-input {
    width: 60px;
    margin: 0 5px;
    text-align: center;
}

.uk-text-xsmall {
    font-size: .6875rem;
    line-height: 1.2;
    color: #999;
}

.uk-text-small {
    font-size: .875rem;
    line-height: 1.5;
    color: #666;
}

#cart-offcanvas .uk-text-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999;
}

#cart-offcanvas .uk-text-large {
    font-size: .875rem;
    line-height: 1.5;
}

.uk-link-heading a:not(:hover), a.uk-link-heading:not(:hover) {
    color: inherit;
}

#cart-offcanvas .uk-h3 {
    color: #333;
}

#cart-offcanvas .uk-h4 {
    color: #999 !important;
    font-size: 1.25rem;
    line-height: 1.4;
}

#cart-offcanvas .uk-h4-total {
    color: #333 !important;
    font-size: 1.25rem;
    line-height: 1.4;
}

#cart-offcanvas .uk-button-primary {
    background-color: #066f2f;
    color: #fff;
    border: 1px solid transparent;
}

#cart-offcanvas .uk-button-default:not(:disabled) {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
}

.tm-navbar-button .uk-badge {
    font-size: .625rem;
    /*position: absolute;
    top: -5px;
    right: 0;*/
    min-width: 18px;
    height: 18px;
}


.tm-choose.uk-active {
    border-color: #077c34;
}

.tm-choose .icon {
    color: transparent;
}

.tm-choose.uk-active .icon {
    color: #077c34;
}

.tm-choose {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: relative;
    width: 100%;
    padding: 20px 20px 10px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
    border-radius: 4px;
    color: #077c34;
    text-decoration: none;
}

.tm-choose.uk-active .tm-choose-title {
    color: #666;
}

.tm-choose .tm-choose-title {
    font-size: .875rem;
    text-align: center;
    text-transform: uppercase;
    color: #999;
}

.tm-choose {
    cursor: pointer;
}

.tm-choose .tm-choose-description {
    font-size: .6875rem;
    margin-top: 5px;
    text-align: center;
    color: #999;
}

.tm-choose:not(.uk-active):focus, .tm-choose:not(.uk-active):hover {
    background-color: #f8f8f8;
}

.tm-choose:active, .tm-choose:hover {
    outline: 0;
}

.tm-choose:hover {
    color: #079c3f;
    text-decoration: none;
}


.uk-icon-border {
    margin: 10px auto;
    border: 2px solid #077c34;
    padding: 5px;
    width: 64px;
    height: 64px;
    border-radius: 500px;
}

.uk-icon-border:hover {
    background-color: transparent;
}

.uk-icon-border polyline {
    color: #077c34;
}

/*
.tm-choose:hover::before {
    background-color: #f8f8f8;
}
.tm-choose.uk-active::after {

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);

}
.tm-choose::after {

    position: absolute;
    border: 1px solid transparent;

}
.tm-choose.uk-active::before {
    border-color: transparent;
    background-color: #077c34;
}
.tm-choose::before {
    border: 1px solid #e5e5e5;
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.tm-choose::after, .tm-choose::before {
    content: "";
    top: 12px;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.tm-choose::before {
    position: absolute;
}
*/
@media (max-width: 639px) {
    .tm-navbar-button .uk-badge {
        top: 15px;
    }
}
