/*
* Auction
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
*  @author    FME Modules
*  @copyright 2021 FMM Modules All right reserved
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  @category  FMM Modules
*  @package   Auction
*/
.auction_theme_default #auction-list tr td.auction-time-wrapper .flip-clock-wrapper{
    width: 98% ;
}
.auction_theme_default #auction-block .auction-time-wrapper .flip-clock-wrapper {
    width: 95% ;
}
/*
.auction_theme_default #auction-list tr td.auction-time-wrapper div.auction_timer div.inn, #auction-block .auction-time-wrapper div.auction_timer div.inn {
    font-size: 22px ;
}
*/
.auction_theme_default #auction-list tr td.auction-time-wrapper div.auction_timer ul,  #auction-block .auction-time-wrapper div.auction_timer ul {
    font-size: 75px ;
    font-weight: bold;
    height: 45px ;
    width: 28px ;
}
.auction_theme_default #auction-list tr td.auction-time-wrapper div.auction_timer .flip-clock-divider, #auction-block .auction-time-wrapper div.auction_timer .flip-clock-divider {
    height: 50px ;
    width: 16px ;
}
.auction_theme_default #auction-list tr td.auction-time-wrapper div.auction_timer .flip-clock-divider .flip-clock-label,  #auction-block .auction-time-wrapper div.auction_timer .flip-clock-divider .flip-clock-label {
    font-size: 12px ;
    right: -45px ;
}
.auction_theme_default #auction-list tr td.auction-time-wrapper div.auction_timer .flip-clock-dot,  #auction-block .auction-time-wrapper div.auction_timer .flip-clock-dot {
    left: 3px ;
}
.auction_theme_default #bidders-history #auction-block {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    margin-top: -15px;
    padding-bottom: 10px;
}
.auction_theme_default #bidders-history #auction-block .refresh_bidders {
    padding: 24px;
}
.auction_theme_default .highest_bidder {
    font-weight: bold;
}
/* ps 1.6.x.x*/
.auction_theme_default #auction-block.ps_old .auction-time-wrapper .flip-clock-wrapper {
    width: 100% ;
}
.auction_theme_default #auction-block.ps_old .auction-time-wrapper div.auction_timer div.inn {
    font-size: 20px ;
}
.auction_theme_default #auction-block.ps_old .auction-time-wrapper div.auction_timer ul {
    font-size: 70px ;
    height: 42px ;
    width: 25px ;
}
/* --- Skeleton Loader for FlipClock --- */
.auction_flip--loading {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 60px;
  width: 100%;
  max-width: 250px;
  background-color: transparent !important;
}

.auction_flip--loading::before {
  content: 'loop'; /* Material Icons name */
  font-family: 'Material Icons';
  font-size: 32px;
  color: #a8d85d;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
/* --- End Skeleton Loader --- */

/* === Intégration depuis theme custom.css (2025-09-29) === */
.flip-clock-wrapper ul li a div div.inn {
 background-color:#337a5f;
}

.flip-clock-dot {
 background:#337a5f none repeat scroll 0 0;
}

/* Corriger la proportionnalité du compteur en mode grille de présentation des enchères */
.auction-grid .flip-clock-wrapper {
  display: flex;
}
