.product-list img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-section .product-url a {
    padding: 20px !important;
}

.product-list {
    width: 100%;
    height: 250px;
    position: relative;
}

.innercaption {
    position: absolute;
    left: 6%;
    top: 40%;
}

.bannermain.innerbanner {
    position: relative;
}

.innercaption h1 {
    display: none !important;
}

.contactmainss .main-cat {
    margin-top: 25px !important;
}

.innercaption h1 {
    display: none !important;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #ed1c24;
    padding: 4px 20px;
}

.prod_desc p.MsoNormal span {
    font-size: 17px !important;
}

.product-url {
    margin-top: 20px;
}

.product-navbar ul.navbar-nav a.nav-link:hover {
    color: #2a80c3 !important;
    transition: 0.3s;
}

.page-item.active .page-link {
    background: var(--color2) !important;
    border: #000 !important;
    color: #fff !important;
}

.pagination .page-link {
    color: var(--color2) !important;
}

@media (max-width: 767px) {
    .innercaption h1 {
        font-size: 9px !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .innercaption h1 {
        font-size: 12px !important;
    }
}