/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
Override theme css
**/
#yith_auction_settings .wc_auction_field:nth-child(3),
#yith_auction_settings .wc_auction_field:nth-child(4),
#yith_auction_settings .wc_auction_field:nth-child(5) {
    display: block;
}

#yith_auction_settings .wc_auction_field:nth-child(6),
#yith_auction_settings .wc_auction_field:nth-child(9),
#yith_auction_settings .wc_auction_field:nth-child(10),
#yith_auction_settings .wc_auction_field:nth-child(11),
#yith_auction_settings .wc_auction_field:nth-child(12),
#yith_auction_settings .wc_auction_field:nth-child(13),
#yith_auction_settings .wc_auction_field:nth-child(14),
#yith_auction_settings .wc_auction_field:nth-child(15),
#yith_auction_settings .wc_auction_field:nth-child(30) {
    display: none;
}

#yith-wcact-form-bid .total {
    color: initial;
}

.squareone-auction-price {
    display: flex;
    justify-content: space-between;
}

.flex-item {
    flex: 1;
    /* Each column takes up an equal amount of available space */
}

.flex-item.current-bid {
    padding: 10px 0px;
}

.squareone-auction-retail-price {
    padding: 10px 10px;
}

.arrow {
    position: relative;
    /* Set the container as the positioning context */
}

.arrow-svg {
    fill: #fff;
    /* Fill color is white */
    stroke: #333;
    /* Border (stroke) color is #333 */
    stroke-width: 2;
    /* 2px border (stroke) width */
    position: absolute;
    /* Position the SVG absolutely within the container */
    top: 50%;
    /* Vertically center the arrow */
    left: 50%;
    /* Horizontally center the arrow */
    transform: translate(-50%, -50%);
    /* Center the arrow properly */
}

.leader {
    background-color: #fff;
    padding: 0 20px 10px !important;
}

.quantity-placeholder {
    background: #ffffc0;
    padding: 20px;
}

.template-antal {
    margin: 20px 0;
}

#user_switching_switch_on a {
    background: #ffd52f99;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
}

/* .yith-frontend-manager-for-woocommerce #postcustom+p.form-field {
    display: none;
} */