.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

@media (min-width: 960px) {
    .product-card-grid {
        grid-template-rows: min-content 1fr;
    }
}

.tm-grid-products {
    border-top: none;

}

.tm-grid-products > * {
    border-top: 1px solid #E9E9E9;
    margin-bottom: -1px;
}

.cart-total + .checkout-form {
    margin-top: 32px;
}

.checkout-form {
  max-width: 356px;
  margin: auto;
}
.tm-form-row + .tm-form-row {
  margin-top: 16px;
}
.tm-form-button {
  margin-top: 32px;
}

.content {
    position: relative;
}

.tm-header-search-icon {
    background: transparent;
    border: none;
    width: auto;
}

.tt-input.tm-header-search.loading {
    background: transparent url('../images/tt-spiner.svg') no-repeat scroll right center content-box !important;
}

.tt-suggestion {
    padding: 0!important;
}

.tt-suggestion + .tt-suggestion {
    border-top: 1px solid #E9E9E9!important;
}

.tt-menu {
    padding: 0!important;
    margin: 4px 0!important;
    box-shadow: none!important;
    border: 1px solid #E9E9E9!important;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%)!important;
}

.tt-menu .tt-suggestion {
    white-space: normal!important;
}

.suggestion-product {

}
.suggestion-product-image {}

.suggestion-product-name {
    padding: 8px 0;
}


@media (min-width: 640px) {
    .uk-slider .category-list-item {
        width: auto;
    }
}

@media (min-width: 960px) {
    .product-title {
        line-height: 1.15;
        font-size: 24px;
    }
}


@media (min-width: 1200px) {
    .product-title {
        font-size: 32px;
    }
}

.products-item-info-title {
    color: #3C3C3C;
}

.tm-seo-text p, .tm-seo-text ul > li {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    color: #2F2F2F;
}

.info-page-wrapper {
}

.info-page-header {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4em;
    color: #2F2F2F;
}

@media (min-width: 960px) {
    .info-page-header {
        font-size: 48px;
    }
}

.info-page-text-lg {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4em;
    color: #2F2F2F; 
}

@media (min-width: 960px) {
    .info-page-text-lg {
        font-size: 24px;
    }
}