.recent-product-wrapper .product-thumbnail {
    min-height: 170px;
    max-height: 260px;
    margin-bottom: 30px;
    overflow: initial;
}

@media screen and (max-width: 768px) {
    .recent-product-wrapper .product-thumbnail {
        min-height: 170px;
        max-height: 170px;
        margin-bottom: 30px;
        overflow: initial;
    }
}

.recent-product-wrapper .product-name {
    font-size: 1.4rem;
}

.covid-notice {
    padding: 20px;
    font-size:1.7em;
    background-color: #F55D3E;
    font-weight: 700;

    animation-name: blink;
    animation-duration: .5s;
    animation-timing-function: step-end;
    animation-iteration-count: 5;
    animation-direction: alternate;
}

.footer-wrapper a.facebook_icon,.tell-a-friend  .facebook-share-link {
    color: #3b5998;
}

.footer-wrapper a.twitter_icon{
    color: #55acee;
}

.footer-wrapper a.instagram_icon{
    color: #000;
}

.footer-wrapper a.youtube_icon{
    color: #cd201f;
}

@media print {
                            .chart .container {
                                        margin-right: initial;
                                        margin-left: initial
                            }

                            .non-stainless .container {
                                        margin-right: initial;
                                        margin-left: initial
                            }
}

.js-wishlist-pos {
    width: 40px;
}

.text-nowrap {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .products.view .product-alternates .item img {
            position: unset;
            width: 50%;
    }
}

/*
.index-line {
    border-bottom: #838460 1px dotted;
    width: 100%;
    padding-bottom: 20px;
}

.index-line .price {
    border-bottom: #f1f1f1 1px solid;
    position: relative;
    top: 1px;
}
*/

.index-line {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
}

.with-image {
    height: auto !important;
}

/*
.categories .index-line .price {
    border-bottom: #ffffff 1px solid;
}
*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    .index-line .price {
            font-size: 14px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1200px)  {
    .index-line .price {
            font-size: 14px;
    }
}
@media (max-width: 767px) {
    .products.view .product-alternates .item img {
            position: unset;
            width: 50%;
    }

    div.index-line {
            position: absolute;
            left: 20px;
            right: 20px;
            bottom: 1px;
    }
}

.ui-autocomplete{
    padding: 0;
    left: 760px;
    right: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 20rem;
/*            position: fixed;           */
}

.products .the-knives .as-list .thumb {
    width: 30%;
}
.products .the-knives .as-list .index-line {
    position: initial;
}

.products .the-knives .as-list .price:first-child {
    float: none !important;
    margin-left: 30px;
}