.shopAllProducts {
    margin-top: 30px;
}

.shopAllProducts .All_Products_content_holder .all_tabs_holder {
    height: 100%;
}

.shopAllProducts .product-card {
    margin-bottom: 15px;
}

.shopAllProducts .tab-content .shopAllProducts_cards_holder {
    height: 900px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.shopAllProducts
    .All_Products_content_holder
    .tab_content_holder
    .tab_content_Slider_holder {
    margin: 30px 0px 0px 0px;
}

.shopAllProducts
    .All_Products_content_holder
    .tab_content_holder
    .tab_content_Slider_holder
    .pagination {
    justify-content: center;
    margin-top: 50px;
}

.shopAllProducts
    .All_Products_content_holder
    .tab_content_holder
    .tab_content_Slider_holder
    .pagination
    .page-item:first-child
    .page-link {
    background: #48a049 0% 0% no-repeat padding-box;
    color: #fff !important;
    font-size: 25px;
    font-weight: 600;
}

.shopAllProducts
    .All_Products_content_holder
    .tab_content_holder
    .tab_content_Slider_holder
    .pagination
    .page-item:last-child
    .page-link {
    background: #48a049 0% 0% no-repeat padding-box;
    color: #fff !important;
    font-size: 25px;
    font-weight: 600;
}

.shopAllProducts
    .All_Products_content_holder
    .tab_content_holder
    .tab_content_Slider_holder
    .pagination
    .page-item:first-child
    .page-link
    span {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: -5px;
}

.shopAllProducts
    .All_Products_content_holder
    .tab_content_holder
    .tab_content_Slider_holder
    .pagination
    .page-item:last-child
    .page-link
    span {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: -5px;
}

.shopAllProducts
    .All_Products_content_holder
    .tab_content_holder
    .tab_content_Slider_holder
    .pagination
    .page-item
    .page-link {
    margin: 0px 5px;
    background: #cbeccf 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    padding: 0px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.shopAllProducts
    .All_Products_content_holder
    .tab_content_holder
    .tab_content_Slider_holder
    .pagination
    .page-item
    .page-link:focus {
    box-shadow: none;
}

.shopAllProducts
    .All_Products_content_holder
    .tab_content_holder
    .tab_content_Slider_holder
    .pagination
    .page-item
    .page-link.active {
    background: #cbeccf 0% 0% no-repeat padding-box;
    border: 1px solid #48a049;
    font-weight: 900;
}

@media (min-width: 0px) and (max-width: 1200px) {
    .shopAllProducts .tab-content .shopAllProducts_cards_holder  {
        height: 500px;
    }
}

