.category{
    padding-top: 50px;
}
.category .category-body .left span{
    color: var(--primary);
    font-weight: bold;
}
.category .category-body .search-dropdown{
    margin-bottom: 40px;
}
.category .category-body .right{
    justify-content: end;
}
.category .category-body .right .dropdown:first-child{
    margin-right: 20px;
}
.category .category-body .right .dropdown button{
    background-color: var(--primary) !important;
    color: white !important;
    padding: 5px 20px 5px 10px !important;
}
.category .category-body .right .dropdown button:focus {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    box-shadow: none !important;
}
.category .category-body .right .dropdown .dropdown-menu{
    min-width: 6.9rem !important;
}
.category .category-body .right .dropdown2 .dropdown-menu{
    min-width: 10.5rem !important;
}
.category .category-body .right .dropdown button i{
    color: white !important;
    font-size: 15px;
    margin-top: 3px;
}
.category .category-body .right .dropdown button p{
    font-size: 15px;
}
.category .category-body .right .dropdown .dropdown-item {
    font-size: 14px;
}
.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 15px;
}
.category .category-body .pagination{
    margin-top: 50px;
}
.category .category-body .item {
    margin: 10px 0 !important;
}
.category .category-body .pagination ul{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 0 30px;
}
.category .category-body .pagination .common-arrow-btn a i {
    font-size: 15px;
    display: inline-block;
    padding: 9px 10px;
    text-align: center;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: white;
    transition: 0.5s;
}
.category .category-body .pagination .common-arrow-btn a i:hover {
    border: 1px solid var(--primary);
    background-color: #ffffff;
    color: var(--primary);
}
.category .category-body .pagination .left-arrow-btn a i {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.category .category-body .pagination .right-arrow-btn a i {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.category .category-body .pagination ul li{
    margin-right: 10px;
}
.category .category-body .pagination ul li a{
    font-size: 15px;
    display: inline-block;
    padding: 4px 13px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    color: var(--primary);
    transition: 0.5s;
}
.category .category-body .pagination ul li .active{
    font-size: 15px;
    display: inline-block;
    padding: 4px 13px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--primary);
    color: white;
    transition: 0.5s;
}
.category .category-body .pagination ul li a:hover{
    display: inline-block;
    padding: 4px 13px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--primary);
    color: white;
}

/* Extra-Small Device*/
@media (max-width:575px){
    .category .category-body .pagination {
        justify-content: center;
    }
    .category .category-body .right {
        display: none !important;
    }
    .category .category-body .search-dropdown .left {
        text-align: center;
    }
    .category {
        padding-top: 40px;
    }
    .category .category-body .pagination ul li .active {
        font-size: 13px;
        padding: 1px 9px;
    }
    .category .category-body .pagination ul li a:hover {
        font-size: 13px;
        padding: 1px 9px;
    }
    .category .category-body .pagination ul li {
        margin-right: 0px;
    }
    .category .category-body .pagination ul {
        margin: 0 5px;
    }
    .category .category-body .pagination .common-arrow-btn a i {
        font-size: 12px;
        padding: 7px 7px;
    }

}

/* Small Device col-sm */
@media (min-width:576px) and (max-width:767px){
    .category .category-body .pagination {
        justify-content: center;
    }
}

/* Medium Device col-md */
@media (min-width:768px) and (max-width:991px){
    .category .category-body .pagination {
        justify-content: center;
    }
    .category .category-body .col-md-2{
        padding-right: 5px;
        padding-left: 5px;
    }
}

/* Large Device col-lg */
@media (min-width:992px) and (max-width:1199px){
    .category .category-body .pagination {
        justify-content: center;
    }
}
