.select-dropdown {
    width: 340px;
    position: relative;
    margin: 0 auto 50px;
}
.select-dropdown:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    top: 14px;
    right: 20px;
    z-index: -1;
} 
.select-input {
    width: 100%;
    height: 43px;
    font-size: 16px;
    padding: 5px 30px !important;
    font-family: "SupremeLL-BoldFlat";
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid #000 !important;
    cursor: pointer;
    background-color: transparent !important;
}
.select-dropdown .select-option {
    display: none;
    width: 100%;
    background: #fff;
    padding: 0 !important;
    list-style: none !important;
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid #000 !important;
    margin-top: 10px;
}
.select-dropdown .select-option li:first-child {
    margin-top: 10px;
}
.select-dropdown .select-option li:last-child {
    margin-bottom: 10px;
}
.select-dropdown .select-option li a {
    color: #000;
    font-size: 16px;
    padding: 8px 30px;
    display: inline-block;
    width: 100%;
    font-family: "SupremeLL-BoldFlat";
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
.select-dropdown .select-option li a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.recipe-landing-page {
    display: flex;
    flex-wrap: wrap;
}
.recipe-landing-page .recipe-img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.recipe-landing-page .recipe-category {
    background-color: #000000;
    color: #ffffff;
    padding: 0px 8px;
    font-size: 0.625rem;
    margin-top: 14px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    float: left;
}
.loadperpage {
    display:none;
}
.recipe-landing-page .recipe-heading {
    color: #000000;
    font-size: 1.25rem;
    line-height: normal;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 8px;
    font-family: "SupremeLL-BoldFlat";
    text-align: left;
}
.recipe-landing-page .recipe-heading a {
    color: #000000;
}
.recipe-landing-page .recipe-heading .arrow-icon {
    font-family: "fontello";
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
}
.recipe-landing-page .grid-item {
    margin: 20px 0;
    height: 300px;
    overflow: hidden;
}
#grid-container {
    width: 100% !important;
}
.isotope-pager-top, .isotope-pager {
    margin-top: 20px;
    text-align: right;
    width: 50%;
    float: right;
    padding-right: 15px;
}
.isotope-pager-top .pager, .isotope-pager .pager {
    display: inline-block;
    padding: 0 6px;
    color: #000;
}
.pager.prev-page[data-page="0"] {
    display: none;
}

#container {
    margin: auto;
    overflow: hidden;
}
.grid-item {
    display: inline-block;
    height: 250px;
    margin: 5px;
    overflow: hidden;
}

.isotope-pager-top, .isotope-pager {
    margin: 20px 0;
    text-align: right;
}

.isotope-pager-top .pager, .isotope-pager .pager {
    display: inline-flex;
    padding: 0 6px;
    color: #000;
    position: relative;
    font-size: 18px;
    font-family: "Gotham-Light";
}

.isotope-pager-top .pager.active, .isotope-pager .pager.active {
    text-decoration: underline;
}

.isotope-pager-top .pager.prev-page img, .isotope-pager .pager.prev-page img {
    transform: rotate(180deg);
}

.isotope-pager-top .pager:focus, .isotope-pager .pager:focus {
    background-color: #dbdbdb;
}
.showing-result {
    font-size: 18px;
    font-family: "Gotham-Light";
    margin: 20px 0;
    width: 50%;
    float: left;
    padding-left: 15px;
}
.select-dropdown.rotateArrow:after {
    transform: rotate(-45deg);
    top: 20px;
  }
@media (max-width: 991px) {
    .count-pagination {
        padding: 0 20px;
    }
}
@media (max-width: 575px) {
    .select-dropdown {
        width: 90%;
    }
    .count-pagination {
        text-align: center;
    }
    .count-pagination .count-result {
        width: 100%;
        padding: 20px 0px 30px;
    }
    .count-pagination .pagination-result {
        width: 100%;
    }
    .recipe-landing-page .grid-item {
        padding: 0 20px;
        height: auto;
    }
}
@media (max-width: 767px) {
    .showing-result {
        width: 100%;
        text-align: center;
    }
    .isotope-pager-top, .isotope-pager {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
}
