.bid-box {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.bid-box li .bid-icon img {
    width: 50px;
}

.row.dashed {
    border: 2px dashed rgb(214, 214, 214);
    padding: 15px 0;
    border-left: 0;
    border-right: 0;
}

.bid-box li:first-child {
    margin-right: 20px;
}

.ps-section__product {
    position: relative;
}

.bid-box li h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.bids-held {
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #3eacb5;
    border-radius: 5px;
    padding: 2px 10px;
    z-index: 99999;
}

.bids-held p {
    margin: 0;
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px rgb(139, 139, 139);
}

.highest-bid {
    color: black;
    background: #3eacb5;
    font-size: 15px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    padding: 5px 10px;
    width: fit-content;
}

.highest-bid span {
    font-weight: bold;
    color: white;
}

.bid-box li p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.bid-box li h6.green {
    color: #1e9c4e;
}

.bid-box li h6.red {
    color: red;
}

.bid-btn {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #b68a35;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
    display: block;
    border-radius: 50px;
    transition: 0.3s;
}

ul.bid-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.bid-btn:hover {
    color: black;
}

@media (max-width: 767px) {
    .bid-box li h6 {
        font-size: 14px;
    }
    .bid-box li p {
        font-size: 16px;
    }
}

h5.ps-product__title img {
    width: 25px !important;
    margin-right: 10px;
}

h5.ps-product__title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-account {
    max-width: 550px;
    width: 100%;
    margin: 60px auto;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.social-logins {
    width: 100%;
    margin-top: 40px;
}

.social-logins h6 {
    color: rgb(49, 49, 49);
    position: relative;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.social-logins h6::after {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 35%;
    height: 1px;
    background: rgb(223, 223, 223);
}

.social-logins h6::before {
    position: absolute;
    right: 0;
    top: 5px;
    content: '';
    width: 35%;
    height: 1px;
    background: rgb(223, 223, 223);
}

.social-logins ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-logins ul li {
    list-style: none;
    margin: 0 10px;
}

.social-logins ul li a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.register-now {
    margin-top: 30px;
    text-align: center;
}

.register-now p {
    color: black;
    margin: 0;
}

.register-now .ps-account__link {
    margin: 0;
}

.message-seller {
    width: 100%;
}

.message-seller ul {
    display: flex;
    align-items: center;
    padding: 0;
}

.message-seller ul li {
    list-style: none;
    margin-right: 10px;
}

.message-seller ul li:last-child {
    margin: 0;
}

.message-seller ul li a {
    color: black;
}

.message-seller ul li:first-child a {
    color: white;
    background: #b68a35;
    border-radius: 4px;
    padding: 5px 20px;
}

.dropdown-item{
      font-size: 14px;
}

.search-box {
    background-color: #f0f2f5;
    border-radius: 50px;
    border: 1px solid #f0f2f5;
}
.search-box input{
    border: none !important;
    background: transparent;
}
.search-box button{
    background: transparent !important;
    border: none;
    color: #b68a35 !important;
    font-weight: bold;
}

.footer-widget {
    border-top: 1px solid #e2e5ec;

    color: #5b6c8f !important;

}
.footer-widget h4{
        font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #b68a35;
    font-weight: 600;
}