/*
Theme Name: iBid Child
Theme URI: https://ibid.modeltheme.com/
Template: ibid
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Multi Vendor Auctions WooCommerce Theme
Version: 1.0
Text Domain: ibid
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */

/* Match bid-mode carousel timers to the lottery carousel treatment. */
.eael-woo-product-carousel-container .eael-product-carousel > .countdownv2_holder {
	display: block !important;
	position: relative !important;
	bottom: 19px !important;
	width: 80% !important;
	margin: 0 auto -19px !important;
	padding: 0 !important;
	z-index: 9999;
}

.eael-woo-product-carousel-container .countdownv2_holder .countdownv2_inner_holder {
	width: 100% !important;
	padding: 8px 6px 6px;
	color: #fff;
	background: #0b0444 !important;
	border-radius: 5px;
	box-shadow: 0 8px 18px rgb(0 0 0 / 8%);
}

.eael-woo-product-carousel-container .countdownv2_holder .ibid-countdown-pre-text,
.eael-woo-product-carousel-container .countdownv2_holder .countdownv2,
.eael-woo-product-carousel-container .countdownv2_holder .countdown-amount,
.eael-woo-product-carousel-container .countdownv2_holder .countdown-period {
	color: #fff !important;
}

.eael-woo-product-carousel-container .countdownv2_holder .ibid-countdown-pre-text {
	margin-bottom: 3px !important;
}

.eael-woo-product-carousel-container .countdownv2_holder .countdown-section {
	border-right-color: rgb(255 255 255 / 25%) !important;
}

/* Keep auction countdowns consistent in product grids such as Latest Auctions. */
.products .countdownv2_holder .countdownv2_inner_holder {
	color: #fff;
	background: #0b0444 !important;
	border-radius: 5px;
	box-shadow: 0 8px 18px rgb(0 0 0 / 8%);
}

.products .countdownv2_holder .ibid-countdown-pre-text,
.products .countdownv2_holder .countdownv2,
.products .countdownv2_holder .countdown-amount,
.products .countdownv2_holder .countdown-period {
	color: #fff !important;
}

.products .countdownv2_holder .countdown-section {
	border-right-color: rgb(255 255 255 / 25%) !important;
}

/* Match lottery countdowns in product grids such as Latest Draws. */
.products .lottery-time-countdown.is-wc_lotery_countdown {
	color: #fff !important;
	background: #0b0444 !important;
	border-radius: 5px;
	box-shadow: 0 8px 18px rgb(0 0 0 / 8%);
}

.products .lottery-time-countdown .wc_lotery_countdown-amount,
.products .lottery-time-countdown .wc_lotery_countdown-period {
	color: #fff !important;
}
