.category-filter li {
    font-weight: 400;
}

.category-filter a {
    color: inherit;
    display: block;
    padding: 5px 0;
}

.category-filter .go-back {
    font-weight: 500;
}
.category-filter .go-back ~ li:not(.go-back) {
    margin-left: 20px;
}
.category-filter .go-back a:before {
    content: "\f104";
    font-family: "Line Awesome Free";
    font-weight: 900;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
    font-size: 90%;
    margin-right: 5px;
}

.category-filter .child a {
    padding-left: 17px;
}

.product-item-not-available {
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    background: #ffffff85;
    display: block;
    width: 100%;
    height: 100%;
}
.product-item-not-available > span {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);    position: relative;
    top: 35%;
    transform: translateY(-50px);
}
.product-item-not-available span.text {
    border-radius: 4px;
}
.product-item-not-available span.text {
    display: inline-block;
    padding: 1.236em 2em;
  
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333745;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px)
{
    .product-item-not-available span.text {
    padding: 15px;
    font-size: 14px;
  }
  .product-item-not-available {
    left: 0;
    right: 0;
  }
}
}