/**
* Theme Name: Ekommart Child
* Description: This is a child theme of Ekommart, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Opal Team</a>
* Template: ekommart
* Version: 4.2.2
*/
:root {
    --gold-color: #D8B100;
}
.stopwatch_timer{
    .elementor-widget-container{
        .elementor-ekommart-countdown{
            flex-wrap: nowrap !important;
            gap: 0.5rem;
            .elementor-countdown-item{
            background-color: var(--gold-color) !important;
            }
            margin-left:0px !important;
        }
        @media (max-width: 767px) {
            .elementor-ekommart-countdown {
            margin: 0 auto !important;
            }
        }
    }
}
.single-draw #content.site-content{
    margin-top: 0 !important;
}