.product-list img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.8s;
}

.product-list {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    transition: 0.8s;
}

.our-product .main-div:hover .product-list img {
    transition: 0.8s;
    transform: scale(1.08);
}

.innercaption {
    position: absolute;
    left: 6%;
    top: 40%;
}

.bannermain.innerbanner {
    position: relative;
}

.contactmainss .main-cat {
    /*margin-top: 25px !important;*/
    background: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 30px;
    padding: 30px;
}

.innercaption h1 {
    display: inline-block !important;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: var(--btn-color);
    padding: 4px 20px;
}

.prod_desc p.MsoNormal span {
    font-size: 17px !important;
}

.product-navbar li.nav-item a.nav-link {
    /* text-transform: capitalize; */
    /* font-family: 'Roboto' !important; */
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* position: relative; */
    /* padding: 10px 0px; */
    /* transition: 0.5s; */
}

.single-product-wrapper {
    /* margin-bottom: 20px; */
    /* box-shadow: rgba(14, 30, 37, 1.12) 0px 2px 1px 0px, rgba(14, 30, 37, 0.32) 0px 2px 8px 0px; */
    margin-bottom: 20px;
}

.contactmainss {
    position: relative;
}


.contactmainss ul.pagination {
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.contactmainss ul.pagination .page-item.active .page-link {
    background-image: linear-gradient(#F90000, #930000);
    border: 1px solid #930000;
}

.contactmainss ul.pagination a.page-link {
    color: #222;
    transition: 0.5s;
}

.contactmainss ul.pagination a.page-link:hover {
    background-image: #808080;
    color: #222;
    transition: 0.5s;
    border: 1px solid #930000;
}

.product-navbar li.nav-item a.nav-link.main-head {
    font-size: 20px;
    font-weight: 600;
}

/*============= top section css =============*/
.product-breadC.bread-crum {
    background-color: #ededed;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.list-product-left {
    text-align: left;
    position: relative;
}
.list-product-left span {
    /* padding-left: 40px; */
    position: relative;
    font-size: 20px;
    font-weight: 500;
}
.list-product-left span:before {
    content: '';
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    /* width: 30px; */
    /* height: 2px; */
    /* background: var(--btn-color); */
}
.list-product-right {
    text-align: end;
    position: relative;
}
.list-product-right .bread_crumb {
    color: #000;
    padding: unset !important;
    font-size: 15px;
}
.list-product-right .bread_crumb a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}
/*============= end top section css =============*/

.left-side-heading h4 {
    position: relative;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    /* padding-left: 20px; */
    border-bottom: 1px solid #ccc;
}
.popular-product-left {
    margin: 40px 0px;
    padding: 15px;
    border: 1px solid #f0f6fb;
}
.left-side-heading h4 img.img-fluid {
    margin-right: 10px;
    /* display: none; */
}
.left-side-heading h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    /* width: 3px; */
    top: 0;
    /* height: 100%; */
    opacity: 0;
    background: var(--btn-color);
}
.left-side-heading h4:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 30%;
    height: 3px;
    background: #000;
    /* opacity: 0; */
}
.popular-product-left .popular-tag ul {
    padding: 0;
    margin: 0;
}
.popular-product-left .popular-tag ul li a {
    color: var(--txt-color);
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0px;
    display: block;
    position: relative;
    padding: 10px 0px;
    /* background: #046eb80f; */
    transition: 0.5s;
}
.similar-product-left {
    position: relative;
}
.similar-product-left .similar-prod-img {
    height: 140px;
    margin: 10px 0px;
    overflow: hidden;
    position: relative;
    /* background: #f0f6fb; */
}
.similar-product-left .similar-prod-img img.img-fluid {
   margin: auto;
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center;
   transition: 0.5s;
}
.similar-product-left .similar-prod-img:hover img.img-fluid {
    transition: 0.5s;
    transform: scale(1.08);
}
.popular-product-left .popular-tag ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 0;
    height: 1px;
    background: #000;
    transition: 0.5s;
}
.popular-product-left .popular-tag ul li a:hover:before {
    transition: 0.5s;
    width: 100%;
    right: 0;
}
.product-grid-list .btn {
    background: var(--btn-color);
    margin-right: 10px;
    height: 60px;
    width: 60px;
    border-radius: 0;
}
.product-grid-list .btn img.img-fluid {
    filter: brightness(5);
    height: unset !important;
}
.product-grid-list .btn:focus {
    box-shadow: unset !important;
    background: var(--btn-color);
}


@media (max-width: 767px) {
    .innercaption h1 {
        font-size: 9px !important;
    }
    .contactmainss .main-cat {
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .all-pagination ul.pagination li {
        margin: 0px 3px !important;
    }   
}

@media (min-width: 767px) and (max-width: 992px) {
    .all-pagination ul.pagination li {
        margin: 0px 3px !important;
    }   
    .innercaption h1 {
        font-size: 12px !important;
    }

    .bannermain.innerbanner {
        position: relative;
        margin-top: 80px;
        height: auto !important;
    }
}
