.videos .cell + .cell {
    margin-top: 2rem;
}

.videos .video {
    position: relative;
    display: flex;
    justify-content: center;
}

.videos iframe {
    width: 80%;
    border: 0px;
    height: 600px;
}

.section__title.pigeon {
    text-align: left;
    padding-bottom: 2.5vh;
}

.pigeon-auction .section__title {
    text-align: center;
    padding-bottom: 7vh;
}

.auctions .section__title + .subtitle {
    margin-top: -6vh;
    margin-bottom: 7vh;
}

.pigeon-auction .pigeon-profile-info,
.latest-bids .grid-container
{
    -webkit-box-shadow: 0px 5px 41px -6px rgba(117, 117, 117, 0.15);
    box-shadow: 0px 5px 41px -6px rgba(117, 117, 117, 0.15);
    border-radius: 40px;
    padding: 5vh 10vh;
    background-color: #FFF;
}

.pigeon-auction .pigeon-profile-info .details {
    margin-top: 0;
}

.pigeon-auction .pigeon-profile-info .pedigree, .pigeon-auction .pigeon-profile-info .strain, .pigeon-auction .pigeon-profile-info a, .pigeon-auction .pigeon-profile-info .pg-highlights {
    margin-top: 2.5vh;
}

.pigeon-auction .pigeon-profile-info .pedigree .pedigree-photo {
    margin-top: 1vh;
    margin-left: auto;
    margin-right: auto;
}

.pigeon-auction .pigeon-profile-info .strain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pigeon-auction .pigeon-profile-info .pg-details {
    margin: 1.25vh 0;
    padding: 1.25vh 0;
    width: 50%;
    border: solid 1px #EDEDED;
    border-left: 0;
    border-right: 0;
    margin-right: auto;
    margin-left: auto;
    color: #959595;
}

.pigeon-auction .pigeon-profile-info .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;
}

.pigeon-auction .pigeon-profile-info .pg-highlights div {
    padding: 5px 0;
}

.pigeon-auction .pigeon-profile-info .pg-highlights .current-bid span {
    font-family: "Sf-Compact-Display-Bold";
    color: #637D96;
    margin-left: .25rem;
}

.pigeon-auction .pigeon-profile-info .pg-highlights .time-left {
    font-size: 1.5rem;
}

.pigeon-auction .pigeon-profile-info a {
    margin-right: auto;
    margin-left: auto;
}

.latest-bids {
   /*padding-top: 0;*/
}


.latest-bids .latest-bids__list table {
    width: 100%;
    border-spacing: 0;
}

.latest-bids .latest-bids__list table tr:nth-child(2n-1) {
    background-color: #F8F8F8;
}

.latest-bids .latest-bids__list table td {
    height: 37px;
    line-height: 37px;
    width: 33.33%;
    padding: 0 1rem;
    font-family: "Sf-Compact-Display-Regular";
}

.latest-bids__list .user_country {
    font-size: .7rem;
    line-height: 1;
    padding-bottom: .5rem;
}

.more-details {
    /*padding-top: 0;*/
}

.more-details .video {
    margin-top: 2.5vh;
}

.more-details p {
    text-align: left;
    line-height: 1.7rem;
}

.more-details p:not(:first-of-type) {
    margin-top: 2.5vh;
}

.more-details .video {
    width: 42.5%;
}

.about-breeder .section__title, .other-bids .section__title {
    text-align: center;
    padding-bottom: 7vh;
}

/*
.about-breeder {
    background: #F8F8F8;
}
*/

body > .section:nth-of-type(odd) {
    background-color: #F8F8F8;
}

body > .section:nth-of-type(odd) + footer {
    background-color: #FFF;
}

.about-breeder .breeder-image {
    border-radius: 34px;
    position: relative;
    padding-bottom: 40%;
}

.about-breeder .breeder-text {
    margin: 1rem 0;
}

.about-breeder .breeder-text p {
    margin: 0;
    line-height: 1.7rem;
}

.about-breeder .breeder-text p:not(:first-of-type) {
    margin-top: 2.5vh !important;
}

.other-bids .bids .pg-bid {
    margin-top: 0;
    margin-bottom: 0;
}

.other-bids .btn--3 {
    margin-left: auto;
    margin-right: auto;
}

footer {
    background: #F8F8F8;
}

.latest-bids__list {
    max-height: 220px;
    overflow-y: scroll;
}

.bid-actions {
    margin-top: 5vh;
}

.bid-actions .title {
    font-family: "Sf-Compact-Display-Bold";
}

.bid-actions .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.bid-actions .switch input.toggle { 
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.bid-actions .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #637d96;
    -webkit-transition: .4s;
    transition: .4s;
}

.bid-actions .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

/*
.bid-actions input.toggle:checked + .slider {
background-color: #2196F3;
}
*/
.bid-actions input.toggle:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.bid-actions input.toggle:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.bid-actions .slider.round {
    border-radius: 34px;
}

.bid-actions .slider.round:before {
    border-radius: 50%;
}

.bid-actions .bidding-type {
    font-size: 1.35rem;
    font-family: "Sf-Compact-Display-Light";
}

.bid-actions .bidding-type.active {
    font-family: "Sf-Compact-Display-Bold";
}

.bid-actions input.amount {
    border: 1px solid transparent;
    background-color: #F8F8F8;
    line-height: 50px;
    height: 50px;
    margin-bottom: 0;
    resize: none;
    border-radius: 25px;
    padding-left: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bid-actions button[type="submit"] {
    border: 1px solid #637D96;
    line-height: 50px;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bid-actions .details {
    font-size: 1.1rem;
}


.will-be-shown {
    height: 0px;
    transform-origin: center top;
    transform: scaleY(0);
    opacity: 0;
}

.will-be-shown.show {
    height: auto;
    transform: scaleY(1);
    opacity: 1;
}

.can-be-deleted {
    max-height: 100px;
    transform-origin: center top;
    transform: scaleY(1);
    opacity: 1;
}

.can-be-deleted.deleted {
    max-height: 0px !important;
    transform: scaleY(0) !important;
    opacity: 0;
}

.js-info-extra:not(.live) + table {
    margin-top: 2.5vh;
}

.js-info-extra .no-bids + .ended-on,
.js-info-extra .no-bids + .starts-on {
    margin-top: 1rem;
}

.latest-bids .clock {
    margin-top: 5vh;
}

@media only screen and (max-width: 1023px) {
    .latest-bids .latest-bids__list table td.date {
        line-height: 1.5;
    }
    .videos iframe {
        height: 220px;
        width: 100%;
    }
    .latest-bids .latest-bids__list table td {
        padding: 0 .5rem;
        line-height: 45px;
        height: 45px;
    }
    .bid-actions button[type="submit"],
    .bid-actions input.amount
    {
        width: 100% !important;
        text-align: center;
        padding-left: 0px !important;
        display: block !important;
    }
    .pigeon-auction .pigeon-profile-info {
        margin-top: 2rem;
    }
    .latest-bids .grid-container {
        padding: 2rem 0;
        margin: 0 .9375rem;
    }

    .latest-bids .section__title, .more-details .section__title {
        text-align: center;
        padding-bottom: 7vh;
    }
    .pigeon-auction .pigeon-profile-info {
        padding: 1rem;
    }
    .more-details p {
        text-align: center;
    }
    .more-details .video {
        width: 100%;
    }
    .about-breeder {
        text-align: center;
    }
    .about-breeder .breeder-image {
        height: 50vh;
    }
    .about-breeder .breeder-text:not(:first-of-type) {
        margin-top: 5vh;
    }
}

@media only screen and (min-width: 1024px) {
.bid-actions input.amount {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.bid-actions button[type="submit"] {
    border: 1px solid #637D96;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height: 50px;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .bid-actions .details .cell {
        position: relative;
    }

    .bid-actions .details .cell:not(:last-of-type)::after {
        content: '●';
        font-size:  .5rem;
        position: absolute;
        right: -18.5px;
        top: 6px;
    }

    .auctions .bids .pg-bid .pg-details,
    .other-bids .bids .pg-bid .pg-details {
        height: 90px;
    }


    .auctions .bids .pg-bid .pg-highlights .clock.mt,
    .other-bids .bids .pg-bid .pg-highlights .clock.mt {
        margin-top: 23px;
    }
}
/*# sourceMappingURL=pigeon-auction.css.map */