.btn,
.page-link {
    position: relative
}

.btn,
.page-item.active .page-link {
    background-image: var(--default-btn-background);
    font-size: 14px;
    font-family: var(--para-font)
}

.btn,
.page-item.active .page-link,
.page-link {
    font-family: var(--para-font)
}

.banner-sec .banner-img .banner-content h1 {
    font-size: 55px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--default-theme)
}

.banner-sec .banner-img .banner-content {
    position: absolute;
    bottom: 10.8rem;
    left: 10rem
}

section.shop-sec {
    padding: 70px 0
}

.shop-sec .categories-wrapper h5 {
    font-family: var(--heading-font);
    font-weight: 700;
    padding-bottom: 35px
}

.shop-sec .categories-wrapper ul.categories-ul-wrap {
    padding: 0;
    margin: 0;
    list-style: none
}

.shop-sec .categories-wrapper ul li.nav-item {
    padding-bottom: 13px
}

.shop-sec .categories-wrapper ul li a {
    font-size: 16px;
    font-family: var(--para-font);
    color: #000;
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 0
}

.shop-sec .categories-wrapper ul li.nav-item a.active {
    padding-left: 22px
}

.btn {
    color: var(--btn-color);
    border: 2px solid var(--btn-border);
    border-radius: 7px;
    padding: 10px 25px;
    white-space: nowrap;
    width: 100%
}

.shop-sec .categories-wrapper a h5 {
    font-family: var(--heading-font);
    font-weight: 700;
    border-bottom: 1px solid #0020574a;
    padding: 22px 30px
}

.shop-sec .categories-wrapper {
    border: 1px solid var(--product-sub-border);
    background-color: var(--default-theme);
    box-shadow: 0 1px 5px 0 #e3e3e3;
    margin-bottom: 20px
}

.shop-sec .categories-wrapper .categories-ul-content {
    padding: 17px 22px
}

.shop-sec .shop-image-wrapper a h6 {
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--heading-color);
    padding-top: 17px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px */
}

.shop-sec .shop-image-wrapper h6 .components-span {
    font-size: 11px;
    font-family: var(--heading-font);
    margin-bottom: 6px;
    color: var(--heading-color)
}

.shop-sec .shop-image-wrapper span {
    font-size: 14px;
    font-family: var(--heading-font);
    color: var(--span-text-color)
}

.shop-sec .shop-image-wrapper .button-s a {
    justify-content: space-between
}

.shop-image-wrapper {
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #e1e1e1;
    background-color: var(--product-background)
}

.shop-sec .shop-image-wrapper figure img {
    width: 100%;
    object-fit: fill;
    height: 210px;
    border-radius: 10px
}

.shop-sec .categories-wrapper ul li a.active:before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--default-btn-background);
    left: 0;
    position: absolute;
    top: 7px;
    border-radius: 50%
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    gap: 12px;
    padding-top: 20px
}

.page-item.disabled .page-link,
.page-link {
    padding: 8px 15px;
    background-color: #f9f9f9
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    border: 1px solid #f0f0f0;
    border-radius: 6px
}

.page-link {
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    font-size: 14px
}

.page-item.active .page-link {
    z-index: 2;
    color: var(--default-theme);
    border: 1px solid #2876af
}

.pagination li.page-item.disabled span.page-link i.fa.fa-angle-left {
    color: #c8c8c8;
    font-size: 20px;
    font-weight: 500
}

.pagination li.page-item a.page-link i.fa.fa-angle-right {
    font-size: 20px;
    color: #000
}
.shop-inner-h {
    height: 110px;
}
@media (max-width: 992px) {
    .shop-sec .shop-image-wrapper figure img {
        height: 250px;
    }
}
@media (max-width: 575px) {
    .shop-inner-h {
        height: 100px;
    }
    .shop-sec .shop-image-wrapper figure img {
        height: 320px;
    }
}
@media (max-width: 300px) {
    .shop-sec .shop-image-wrapper figure img {
        height: 220px;
    }
}