/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance-zero

Requires Breakdance to be installed.
/*--------------------------------------------------------------*/
.ywcact-bids-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ywcact-bids-header,
.ywcact-bid-row {
    display: grid;
    grid-template-columns: 56px 1fr 220px;
    gap: 16px;
    align-items: center;
}

.ywcact-bids-header {
    font-weight: 700;
    opacity: 0.8;
    padding: 8px 0;
}

.ywcact-bid-row {
    padding: 16px;
    border-radius: 8px;
    background: #F9FAFB;
}

.bidder-initial {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    border-radius: 9999px;
    background: #374151;
    color: #FFF;
}

.ywcact-bid-row.is-current-high .bidder-initial {
    background: #1A8753;
}

.bidder-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #1F2937;
}

.bidder-label {
    color: #4B5563;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.bid-amount {
    text-align: right;
    color: #1F2937;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.bid-time-ago {
    color: #4B5563;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.bde-tabs__tabslist-container.bde-tabs__tabslist-container--scrollable {
    display: none;
}

.ywcact-bids-title {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.breakdance .ywcact-bids-title h4 {
    color: #1F2937;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
}

.ywcact-bids-title .count {
    color: #4B5563;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.ywcact-bids-title {
    margin-bottom: 24px;
}

.ywcact-bid-row {}

.ywcact-bid-row.is-current-high {
    background: #E6F3ED;
}

@media (max-width: 640px) {

    .ywcact-bids-header,
    .ywcact-bid-row {
        grid-template-columns: 56px 1fr;
    }

    .col-time {
        grid-column: 2 / -1;
    }

    .bid-amount,
    .bid-time-ago {
        text-align: left;
    }
}

#yith-ssk-share-modal a.ssk {
    color: #FFF !important;
}

.ywcact-add-to-watchlist-container {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #F9FAFB;
}

.ywcact-add-to-watchlist-container h4 {
    color: #1F2937;
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.ywcact-add-to-watchlist {
    margin-top: 16px;
    margin-bottom: 0;
    width: 100%;
}

.yith-wcact-main-auction-product {
    width: 100%;
}

.yith-wcact-actionbar__buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.yith-wcact-actionbar__buttons a,
.yith-wcact-actionbar__buttons button {
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #E6F3ED;
    border: 0 none;

    color: #1A8753;
    cursor: pointer;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
}

.yith-wcact-actionbar__meta {
    border-top: 1px solid #E5E7EB;
    margin-top: 16px;
    padding-top: 16px;
}

.add-to-watchlist-number-of-users {
    display: flex;
    justify-content: space-between;
}

.users-watching-bullet {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    border: 2px solid #F9FAFB;
    background: #9CA3AF;
    color: #FFF;

    /* Text-xs/Medium */
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 150% */
}

.ywcact-buy-now-box {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF7ED;
}

.ywcact-buy-now-box-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.breakdance h4.ywcact-buy-now-box__title {
    color: #F97316;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.ywcact-buy-now-box__available {
    display: flex;
    padding: 2px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 9999px;
    background: #FB923C;

    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

p.ywcact-buy-now-box__desc {
    margin: 0;
}

.ywcact-buy-now-box__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ywcact-buy-now-box__label {
    color: #1F2937;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.breakdance-woocommerce .ywcact-buy-now-box__price .woocommerce-Price-amount {
    color: #C2410C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.woocommerce div.product form.cart .button#yith-wcact-auction-add-to-cart-button {
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #F97316;
    border: 0 none;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0;
}

.ywcact-winner-max-bid {
    border-radius: 8px;
    background: #E6F3ED;
    border: 0 none;
}

.single #yith_wcact_manual_bid_increment {
    display: none;
}

.yith-wcact-main-auction-product .yith-wcact-form-bid-main {
    border-radius: 8px 8px 0 0;
    background: #F9FAFB;
    padding: 24px 24px 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yith-wcact-form-bid-main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

h4.ywcact-place-bid-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.ywcact-place-bid-live {
    color: #10B981;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

span.live-bullet {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    border: 0 solid #E5E7EB;
    background: #10B981;
    display: inline-block;
    margin-right: 8px;
}

.ywcact-bid-summary {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.ywcact-bid-summary-row {
    display: flex;
    justify-content: space-between;
}

.ywcact-bid-value-current .woocommerce-Price-amount.amount {
    color: var(--Brand-500, #1A8753);

    /* Display-xs/Semibold */
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 24px */
    letter-spacing: -0.48px;
}

.ywcact-quick-bids {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.ywcact-quick-bids .ywcact-quick-bid {
    width: 100%;
    text-align: center;
}

.button.ywcact-quick-bid {
    cursor: pointer;
    display: flex;
    width: 100%;
    border: 0 none;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #E6F3ED;

    color: #1A8753;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.auction_bid.button.alt {
    border-radius: 8px;
    border: 1px solid var(--Brand-500, #1A8753);
    background: var(--Brand-500, #1A8753);
    display: flex;
    height: 48px;
    padding: var(--12, 12px) var(--24, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--8, 8px);
    align-self: stretch;

    color: var(--Base-White, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
}

#yith-wcact-form-bid .quantity {
    width: 100%;
    max-width: 100%;
}

.breakdance-woocommerce #yith-wcact-form-bid .quantity input {
    border-radius: var(--radius, 8px);
    border: 1px solid var(--Gray-300, #D1D5DB);
}

.ywcact-buy-now-box-holder {
    border-radius: 0 0 8px 8px;
    background: var(--Gray-50, #F9FAFB);
    padding: 0 24px 24px 24px;
}

.ywcact-buy-now-box-separator {
    width: 100%;
    background: #E5E7EB;
    margin-top: 0;
    margin-bottom: 16px;
    height: 1px;
}

.woocommerce-MyAccount-navigation {
    position: relative;
}

.woocommerce-MyAccount-navigation>* {
    z-index: 1;
    position: relative;
}

.woocommerce-MyAccount-navigation::before {
    position: absolute;
    background: #F9FAFB;
    content: '';
    top: -500px;
    bottom: -200px;
    right: 0;
    width: 50vw;
    z-index: 0;
}

.woocommerce-dashboard .bde-section-13-100 {
    background: #FFF;
}

.user-dash-header {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 8px;
}

.breakdance .user-dash-header h1 {
    color: #1F2937;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.72px;
    margin: 0;
}

.ssa-auction-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 40px 0;
}

.ssa-stat {
    padding: 16px;
    border-radius: 8px;
    background: #F9FAFB;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.ssa-stat__label {
    display: flex;
align-items: center;
gap: 8px;
align-self: stretch;
    color: #4B5563;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.ssa-stat__value {
    color: #1F2937;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.96px;
}
.user-dash-quick-info{
    border-bottom: 1px solid #E5E7EB;;
}
.breakdance .woocommerce-MyAccount-navigation ul{
    margin-top: 30px!important;
}
@media (max-width: 900px) {
    .ssa-auction-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}