main>.product-category {
    padding-top: 72px;
}

.category-description-top {
    padding: 60px 0;
}

.category-description-top h1 {
    font-family: "Cinzel";
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    letter-spacing: 0.04em;
    margin: 0;
}

.display-control {
    padding-bottom: 24px;
}

#product-list {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 60px;
}

.product-item .product-thumb {
    display: block;
    margin: 0;
    border: none;
}
.product-item .product-thumb .product-tag{
    font-family: Roboto;
    font-size: 16px;
    line-height: 22.4px;
}
.product-tag:empty {
    display: none;
}
/* .product-item .product-thumb .image-inner .add-wistlist {
    position: absolute;
    right: 19px;
    padding: 0;
    background: transparent;
    color: #fff;
    top: 17px;
    font-size: 19px;
} */
.product-item .product-thumb .image-inner .add-wistlist i,
.product-thumb .image-inner .add-wistlist i{
    display: none;
}
.product-category .product-thumb .image-inner .add-wistlist,
.product-category .product-item .product-thumb .image-inner .add-wistlist{
    background-image: url(../images/wishlish-icon.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.product-category .product-thumb .image-inner .add-wistlist.wishlist-added,
.product-category .product-item .product-thumb .image-inner .add-wistlist.wishlist-added{
    background-image: url(../images/wishlish-added.svg);
}
.product-category .product-thumb .price {
    opacity: 1;
}
.product-category .product .button-add-cart button{
    background: transparent;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
}
/* .product-category .product .button-add-cart button:after {
    content: '';
    position: absolute;
    bottom: 1px;
    background: #9F7021;
    width: 100%;
    height: 1px;
} */
.product-category .select2-container--default .select2-selection--single{
    border: 0;
    padding: 0;
    height: inherit;
}
.thumb-full-link {
    display: block;
    aspect-ratio: 1;
}
.thumb-full-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-category .group-sort .sortby-container .text{
    text-transform: capitalize;
}
.product-category .group-sort .sortby-container{
    display: flex;
    align-items: center;
    gap: 0;
}
.product-category .product-thumb h4{
    margin: 24px 0 7px;
}
.category-description-bottom {
    text-align: center;
    padding: 120px 0 23px;
}
.category-description-bottom .load-more-item button#load-more {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    color: #fff;
    background: transparent;
    border: 1px solid;
    padding: 6.5px 20px;
    min-width: 260px;
    align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-text-fill-color: #fff;
    margin-bottom: 41px;
}
.category-description-bottom .load-more-item button#load-more:hover {
    background: #F79F00;
    color: #111111;
    -webkit-text-fill-color: #111111;
    border-color: #F79F00;
}
.category-description-bottom .category-bottom-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.category-description-bottom .category-bottom-items .bottom-item span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-left: 3px;
}
.category-description-bottom .category-bottom-items .bottom-item {
    margin: 0 16px;
    position: relative;
}
.category-description-bottom .category-bottom-items .bottom-item a{
    color: #fff;
}
.category-description-bottom .category-bottom-items .bottom-item:before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    color: #F79F00;
}
.category-description-bottom .category-bottom-items .bottom-item:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    color: #F79F00;
}
.product-category .product-content .pagination {
    display: none;
}
#back-to-top-mobile .container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#back-to-top-mobile .content-wraper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}
#back-to-top-mobile .content-wraper p {
    margin: 0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    margin-right: 13px;
    margin-left: 13px;
}
.product-category .select2-dropdown {
    min-width: 288px;
    border-bottom: 1px solid #F79F00;
    margin-left: -9px;
}
.product-category .select2-dropdown .select2-results>.select2-results__options {
    border: 0;
    max-height: 147px;
    margin-top: 9px;
    padding-top: 21px;
}
.product-category .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url(../images/arrow-dropdown-listing.svg);
    transform: rotate(180deg);
    top: 0;
}
.product-category .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: none;
}
.product-category .group-sort .sortby-container .select2-container {
    width: auto !important;
    padding-right: 27px;
    padding-left: 13px;
}
.product-category .select2-dropdown .select2-results>.select2-results__options .select2-results__option {
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
}
.product-category .select2-dropdown .select2-results>.select2-results__options .select2-results__option span{
    position: relative;
}
.product-category .select2-dropdown .select2-results>.select2-results__options .select2-results__option span:before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    color: #F79F00;
}
.product-category .select2-dropdown .select2-results>.select2-results__options .select2-results__option:hover span:before{
    transform: scaleX(1);
    transform-origin: left;
    color: #F79F00;
}
.product-category .pagination-group {
    display: none;
}
.category-description-bottom .category-bottom-items .bottom-item {
    display: none;
}
@media screen and (min-width: 768px) {
    main>.product-category {
        padding-top: 88px;
    }

    .category-description-top {
        padding: 64px 0;
    }

    .category-description-top h1 {
    }

    .display-control {}

    #product-list {
        --bs-gutter-x: 8px;
        --bs-gutter-y: 80px;
    }

    .product-item .product-thumb {}

    .thumb-full-link {}

    .thumb-full-link img {}
}
@media screen and (min-width: 1600px) {
    #product-list .product-item {
        width: 25%;
    }
}
@media only screen and (max-width: 1023px) {
    #back-to-top-mobile .content-wraper{
        justify-content: center;
    }
    #back-to-top-mobile {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .category-description-bottom .category-bottom-items .bottom-item {
        width: 100%;
        margin-bottom: 49px;
    }
    .category-description-bottom .category-bottom-items .bottom-item span{
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 7px;
    }
    .category-description-bottom {
        padding: 115px 0 55px;
    }
    #back-to-top-mobile {
        padding-top: 20px;
        position: static;
    }
    #back-to-top-mobile .container{
        justify-content: center;
    }
    #back-to-top-mobile .content-wraper p {
        margin-right: 16px;
        margin-left: 16px;
    }
}