﻿.seller-rating{
    background-image: url(../../../images/bazaar/seller-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 30px 40px;
    margin: 75px 0 40px;
}
.seller-rating .forte{
    background: #F9F9F9;
    border-radius: 3px;
    max-width: 635px;
    width: 100%;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seller-rating .forte .left{
    display: flex;
    gap: 10px;
}
.seller-rating .forte .left h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #111111;
}
.seller-rating .forte .left label{
    background: #E4E4E4;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 600;
    line-height: 15.83px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #242424;
    display: flex;
    align-items: center;
    max-width: fit-content;
    padding: 6px 16px;
}
.seller-rating .forte .left label svg{
    margin-right: 10px;
}
.seller-rating .forte .left h4{
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #000;
    display: flex;
    align-items: center;
}
.seller-rating .forte .left h4 svg{
    margin-left: 15px;
}

.seller-rating .forte .right a{
    border: 1.3px solid #E4BE5B;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.012em;
    color: #E4BE5B;
    text-transform: uppercase;
    padding: 4px 18px;
    display: flex;
    align-items: center;
}
.seller-rating .forte .right a svg{
    margin-right: 10px;
}


.seller-store ul{
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}
.seller-store ul li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #5F6C72;
    padding: 10px 5px;
    
}
.seller-store ul li a.active{
    color: #191C1F;
    font-weight: 600;
    box-shadow: 0px -2px 0px 0px #E4BE5B inset;
}


@media (max-width:767px){
.seller-rating .forte{
    display: block;
}
.seller-rating .forte .right a{
    justify-content: center;
}
.seller-rating{
    margin: 35px 0 30px;
}
.seller-store img{
    width: 100%;
}
}

.order-history-paginations .pagination {
    justify-content: center;
    margin: 20px 0;
    gap: 10px;
    align-items: center;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pagination .page-item.active  {
    background: #e4be5b;
    border-color: #e4be5b;
    color: #fff;
}
.pagination .page-item  {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #e4e7e9;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #191c1f;
    box-shadow: none;
}
.prev-btn{
    background-color: #fff !important;
    border: 1px solid #e4be5b !important;
}
.next-btn{
    background-color: #fff !important;
    border: 1px solid #e4be5b !important;
}