#h5-shop-wrap .prod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: calc(3vw);
    grid-row-gap: calc(6vh);
    grid-template-rows: repeat(3, auto);
}

#h5-shop-wrap .filter-wrap {
    display: grid;
    grid-gap: 10px;
    justify-content: end;
    grid-template-columns: 10% 20%
}

#h5-shop-wrap .prod-grid .prod-wrap {
    width: 100%;
}

#h5-shop-wrap .filter-wrap div {
    width: 100%;
}

#h5-shop-wrap .product_div .img-thumbnail {
    height: auto;
    width: 100%;
}

#h5-shop-wrap .product_div picture {
    display: block !important;
}

#h5-shop-wrap .product_div {
    min-height: initial !important;
}

#h5-shop-wrap #sortBy {
    float: initial !important;
    width: 100% !important;
}

#h5-shop-wrap .showCatButton {
    margin: 0px !important;
    text-align: start;
    padding-left: 0.75rem !important;
}

#catFilterIcon {
    float: right;
    margin-right: 25px;
    color: #495057 !important;
}

#h5-shop-wrap .pagination {
    margin-left: auto;
    margin-right: auto;
}

#h5-shop-wrap .pagination .page-link {
    font-size: 1rem;
    color: #111;
}

.page-item.active .page-link {
    background-color: #00000010;
    color: #111;
    font-size: 1rem;
}

#h5-shop-wrap .pagination .page-link:hover {
    background-color: #00000024;
    color: #111;
}

#h5-shop-wrap .product_div .img-thumbnail {
    margin-bottom: 0 !important;
}

#h5-shop-wrap #catNavigation a:first-child {
    margin-top: 0!important;
}

#h5-shop-wrap a.btn.btn-primary.buy_now_button.productBuyNowButton {
    margin: 0 !important;
}

#h5-shop-wrap .product_prices_starting {
    font-family: var(--d2f-number-font);
    font-weight: 600;
}

.corner {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 80px solid rgb(245, 178, 10, 0.7);
    border-bottom: 80px solid transparent;
    border-right: 80px solid transparent;
}

.corner span {
    position: absolute;
    top: -65px;
    width: 100px;
    left: -25px;
    text-align: center;
    font-size: 0.8rem;
    font-family: arial;
    line-height: 0.8rem;
    transform: rotate(-45deg);
    font-weight: bold;
    color: whitesmoke;
    display: block;
}

.signupSuccessMessage {
    display: none;
}

.signupHeading {
    margin-bottom: 20px;
}

#subscribeMe {
    margin-top: 20px;
    font-size: 18px;
}

@media (max-width: 800px) {
    #h5-shop-wrap .product_name {
        font-size: 14px;
    }
    #h5-shop-wrap .product_prices_starting {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #h5-shop-wrap .prod-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: calc(3vw);
        grid-row-gap: calc(4vh);
    }
    #h5-shop-wrap .filter-wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: calc(3vw);
        justify-content: initial;
    }
}

@media (min-width: 800px) and (max-width:1400px) {
    #h5-shop-wrap .product_name {
        font-size: 16px;
    }
    #h5-shop-wrap .product_prices_starting {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {}