span.strike::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: red;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

span.strike {
    position: relative;
    font-size: 16px;
}
.product-info-price .strike {
    font-size: 1.6rem;
}
.Price20Discount span.price::after {
    content: ' (Saving 20%)';
    display: block
}
.Price20Discount span.price::before {
    content: 'Your price ';
}
.Price32Discount span.price::after {
    content: ' (Saving 32%)';
    display: block
}
.Price32Discount span.price::before {
    content: 'Your price ';
}
.Price33Discount span.price::after {
    content: ' (Saving 33%)';
    display: block
}
.Price33Discount span.price::before {
    content: 'Your price ';
}
.categorypath-i4hs6h5 h1#page-title-heading {
    display: none;
}
.wrapper-breadcrums {
    display: none;
}
.product-info-price .price {
    font-size: 22px;
    font-weight: 500;
}
.catalog-category-view .main-wrap {
    flex: 100%;
    max-width: 100%;
}
.product-item-photo img {
    max-width: 150px;
    position: unset;
}
.product-image-wrapper {
    padding-bottom: 0px !important;
    height: auto;
}
.container.logo-checkout strong::before {
    content: '';
    display: block;
    width: 200px;
    height: 50px;
    background: url(/media/logo/stores/1/wc-fulfilment-services-2019.png) no-repeat;
    background-size: 200px;
}

#block-discount .content {
    display: block !important;
}
#block-discount .title::after {
    display: none !important;
}
.block.block-nav{
    display: none;
}