.view-header .large-heading {
    border: 0
}

.large-heading {
    font-size: 38px
}

.text-center {
    text-align: center !important
}

.main-block-heading.large-heading {
    padding-bottom: 0;
    margin-bottom: 24px
}

.main-block-heading {
    margin-bottom: 24px;
    padding-bottom: 15px;
    float: left;
    width: 100%
}

.common-btn-style {
    display: flex;
    background: #0077b3;
    color: #fff;
    padding: 10px 15px;
    transition: .3s all;
    border-radius: 4px;
    align-items: center;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    padding-top: 8px;
    font-weight: 500;
    margin: 5px 0
}

.pull-right {
    float: right
}

.main-block-heading h3 .rightarrow-icon {
    position: relative;
    top: auto;
    width: 16px;
    height: 15px;
    float: right;
    margin-left: 10px;
    fill: #fff;
    filter: invert(1)
}

body .product-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 20px;
    list-style-type: none
}

.product-listing li {
    position: relative;
    cursor: pointer;
}

.product-listing li figure {
    margin: 0 0 10px 0
}

.product-listing li a {
    display: block;
    position: relative
}

.product-listing li:hover a,
.product-listing li:hover .media-title {
    color: #DF1920
}

.product-listing li a::after {
    content: "";
    display: block;
    padding-bottom: 90%
}

.product-listing li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.product-listing .media-title {
    position: unset;
    bottom: 0;
    width: 100%;
    background: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 0
}

.product-listing .media-title a:after {
    display: none
}

.product-listing .media-title a {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none
}
.path-frontpage .product-listing .img-block{
    position: relative;
    display: block
}
.path-frontpage .product-listing .img-block::after {
    content: "";
    display: block;
    padding-bottom: 90%;
}
.path-frontpage .product-listing .img-block img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}
.path-frontpage .product-listing  a.anchor-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.path-frontpage .product-listing  a.anchor-link::after{
    display: none;
}
.block-views-blockproduct-type-taxnomay-term--block-1 .view-content {
    margin: 0;
    margin-bottom: 20px
}

.block-views-blockproduct-type-taxnomay-term--block-1 .view-footer {
    position: static;
    width: 100%;
    text-align: right
}

.view-product-type-taxnomay-term- .view-footer ul {
    display: none
}

.block-views-blockproduct-type-taxnomay-term--block-1 .view-footer .product-listing a {
    transition: .3s all;
    -webkit-transition: .3s all;
    text-decoration: none;
    color: #0D1214;
    letter-spacing: 0
}

@media(max-width:1199px) {
    body .product-listing {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

@media(max-width:991px) {
    body .product-listing {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(max-width:767px) {
    body .product-listing {
        grid-template-columns: 1fr 1fr
    }

    .main-block-heading {
        margin-bottom: 20px;
        border-bottom: 0 solid #d4d4d4;
        padding-bottom: 0;
        float: left;
        width: 80%
    }

    .block-views-blockproduct-type-taxnomay-term--block-1 .view-footer a {
        width: 100%;
        text-align: center
    }
}
