/***
 Theme Name: Punjab Daily Fresh Store
 Description: Punjab Daily Fresh Store
==============================
***/

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 6px;
    padding-left: 0;
}

.page-item .page-link {
    background: #fff;
    color: #3BB77E; /* Zoopla Purple */
    border: 1px solid #d8cce6;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    transition: 0.2s;
}

.page-item .page-link:hover {
    background: #f5ecff;
    color: #3BB77E;
    border-color: #c3aedc;
}

.page-item.active .page-link {
    background: #3BB77E; /* Zoopla Purple */
    color: #fff;
    border-color: #3BB77E;
    box-shadow: 0 2px 6px rgba(107, 45, 144, 0.4);
}

.page-item.disabled .page-link {
    background: #f4f1f7;
    color: #b9a8cc;
    border-color: #e2d7f0;
    pointer-events: none;
}

.cart-dropdown-wrap ul li .shopping-cart-img {
    flex: 0 0 45px
}

.tab-content .add-cart button {
    border: none;
    color: #3BB77E
}

.daily_sells_carousel #carausel-4-columns .product-cart-wrap {
    max-width: 400px;
    width: 90%
}

.categories-dropdown-wrap {
    width: 100%
}

.home-slide-cover img {
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 500px
}

/*media query styles*/

@media only screen and (max-width: 1400px) {
    .hero-slider-1 .single-hero-slider {
        max-height: 505px;
        height: 100%;
    }
}

/*@media only screen and (max-width: 1200px) {*/
/*    .dot-style-1.dot-style-1-position-2 ul{*/
/*        position: relative;*/
/*        left: 6%;*/
/*        bottom: 45px;*/
/*    }*/

/*}*/


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-5 .search-style-2 {
        width: 85% !important;
    }

    .hero-slider-1 {
        max-height: 505px;
        height: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .nav-tabs {
        padding-top: 15px;
    }

    .header-style-1.header-style-5 .header-bottom-bg-color {
        background-color: #3BB77E !important;
    }

    .header-action-right {
        position: relative;
        left: -15px;
    }

    /*.hero-slider-1 .single-hero-slider {*/
    /*    max-height: 475px;*/
    /*    height: 100%*/
    /*}*/
}

@media only screen and (max-width: 991px) {
    .nav-tabs li {
        margin-bottom: 10px;
    }

    .header-style-1.header-style-5 .header-bottom-bg-color {
        background-color: #fff !important;
    }

    .header-style-5 .header-bottom {
        border-bottom: 1px solid #eee;
    }
}

@media only screen and (max-width: 769px) {
    .logo.logo-width-1 {
        margin-right: 0;
        position: absolute;
        left: 15%;
        transform: translateX(-50%);
    }

    .header-action-right {
        position: relative;
        left: 80%;
    }

    .home-slider .hero-slider-1 {
        height: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .daily_sells_carousel .slick-slider {
        margin: 0 auto;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .daily_sells_carousel .slick-slider {
        margin-top: 30px;
    }

    table.checkout_calculate td {
        display: table-cell !important;
        text-align: left !important;
    }
}


