.auctions .bids .pg-bid, .other-bids .bids .pg-bid {
    padding: 0 1.5rem;
    color: #000;
    -webkit-box-shadow: 0px 5px 20px rgba(117, 117, 117, 0.4);
    box-shadow: 0px 5px 20px rgba(117, 117, 117, 0.4);
    border-radius: 40px;
    position: relative;
}

.auctions .bids .pg-bid .pg-image, .other-bids .bids .pg-bid .pg-image {
    position: relative;
    margin-top: 5vh;
    border-radius: 20px;
    aspect-ratio: 12/10;
    overflow: hidden;
}

.auctions .bids .pg-bid .pg-image:hover img, .other-bids .bids .pg-bid .pg-image:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.25);
    transform: translate(-50%, -50%) scale(1.25);
}

.auctions .bids .pg-bid .pg-image img, .other-bids .bids .pg-bid .pg-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.auctions .bids .pg-bid .pg-details, .other-bids .bids .pg-bid .pg-details {
    margin-top: 2.5vh;
    color: #959595;
    border-top: solid 1px #EDEDED;
    border-bottom: solid 1px #EDEDED;
    padding: 1rem 0;
}

.auctions .bids .pg-bid .pg-details .div:not(:first-of-type), .other-bids .bids .pg-bid .pg-details .div:not(:first-of-type) {
    margin-top: 0.75rem;
}

.auctions .bids .pg-bid .pg-details .gender, .other-bids .bids .pg-bid .pg-details .gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auctions .bids .pg-bid .pg-details .gender svg, .other-bids .bids .pg-bid .pg-details .gender svg {
    height: 24px;
    width: 24px;
}

.auctions .bids .pg-bid .pg-highlights, .other-bids .bids .pg-bid .pg-highlights {
    font-family: "Sf-Compact-Display-Regular";
    margin-top: 2.5vh;
}

.auctions .bids .pg-bid .pg-highlights div, .other-bids .bids .pg-bid .pg-highlights div {
    padding: 5px 0;
}

.auctions .bids .pg-bid .pg-highlights .current-bid span, .other-bids .bids .pg-bid .pg-highlights .current-bid span {
    font-family: "Sf-Compact-Display-Bold";
    color: #637D96;
    margin-left: .25rem;
}

.auctions .bids .pg-bid .pg-highlights .time-left, .other-bids .bids .pg-bid .pg-highlights .time-left {
    font-size: 1.5rem;
}

.auctions .bids .pg-bid .btn--2, .other-bids .bids .pg-bid .btn--2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vh;
}

.auctions .bids .pg-bid .tag, .other-bids .bids .pg-bid .tag {
    font-family: "Sf-Compact-Display-Bold";
    line-height: 35px;
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 7px;
    background: #CBDBEB;
    left: calc(50% - 17.5px);
    top: -17.5px;
}

.pg-details, .pg-info {
    border-top: solid 1px #EDEDED;
    border-bottom: solid 1px #EDEDED;
    margin-top: 2.5vh;
    color: #959595;
    padding: 0 5%;
}

.pg-bid:first-of-type {
    margin-bottom: 15vh;
}

.pg-bid:not(:first-of-type) {
    margin-top: 15vh;
}

.auctions-page .all-auctions .auction {
    color: #000;
    /* width: 25.1%; */
    background: #F8F8F8;
    border-radius: 40px;
    position: relative;
}

.auctions-page .all-auctions .auction .img-container {
    position: relative;
    height: 200px;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    padding-bottom: 80%;
}

.auctions-page .all-auctions .auction .img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.auctions-page .all-auctions .auction .img-container img:hover{
    height: 110%;
    width: 110%;
}

.auctions-page .all-auctions .auction .auction-name, .auctions-page .all-auctions .auction .auction-details, .auctions-page .all-auctions .auction svg {
    margin-top: 2.5vh;
}

.auctions-page .all-auctions .auction .auction-name {
    padding: 0 10%;
    line-height: 1.8rem;
}

.auctions-page .all-auctions .auction .auction-name a{
    color: #000;
}

.auctions-page .all-auctions .auction .auction-name a:hover{
    color: #637D96;
}

.auctions-page .all-auctions .auction .auction-details {
    text-align: center;
    font-family: "Sf-Compact-Display-Medium";
}

.auctions-page .all-auctions .auction svg {
    height: 45px;
    width: 45px;
}

.time-left {
    font-size: 1.5rem;
    text-align: center;
}

.time-left .unit {
    font-size: .85rem;
}

.time-left * {
    padding: 0 !important;
}

.auctions-page .all-auctions .auction .btn--2 {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 3.5vh;
}

.auctions-page .all-auctions .auction:nth-child(n+4) {
    margin-top: 7.5vh;
}

.auction {
    position: relative;
}

.auction span.status {
    position: absolute;
    z-index: 9;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
    border-radius: 9px;
    width: auto;
    padding: 0 20px;
    top: 0;
    color: #FFF;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Sf-Compact-Display-Bold";
}

.auction-name, .pg-name {
    font-size: 1.5rem;
    font-family: "Sf-Compact-Display-Bold";
    margin-top: 5vh;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.pg-name a{
    color: #000;
}

.pg-name a:hover{
    color: #637D96;
}

body.page-secondary .auctions .pg-bid {
    margin-top: 0;
    margin-bottom: 0;
}

body.page-secondary .auctions .pg-bid:nth-child(n+4) {
    margin-top: 7.5vh;
}


@media only screen and (max-width: 1023px) {

    .auctions .bids .pg-bid, .other-bids .bids .pg-bid {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .auctions .bids .pg-bid:not(:first-of-type), .other-bids .bids .pg-bid:not(:first-of-type) {
        margin-top: 7.5vh !important;
    }
    .auctions-page .all-auctions .auction {
        width: 100%;
    }
    .auctions-page .all-auctions .auction img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .auctions-page .all-auctions .auction:not(:first-of-type) {
        margin-top: 12vh !important;
    }
}

@media only screen and (max-width: 320px) {
    .pg-name {
        font-size: 1.25rem !important;
    }
    .auction-name {
        font-size: 1.5rem !important;
        line-height: 2rem;
    }
}

/*# sourceMappingURL=auctions.css.map */