
:root {
    --wdt-Ad-Transition: 375ms cubic-bezier(0.7, 0, 0.3, 1); /* Muh */
}


/** 
    Common Styles 
*/

    .wdt-counter-holder .wdt-content-item .wdt-content-counter span { -webkit-transform: none !important; transform: none !important; }

    svg { height: 1em; width: 1em; }

/**
    * Change the fill color to match the text color in all browsers (opinionated).
*/
    svg:not([fill]) { fill: currentColor; }

/**
    * Hide the overflow in IE.
*/
    svg:not(:root) { overflow: hidden; }

/** 
    Elementor Page Builder 
*/

    .e-con-select-type__icons__icon svg { height: auto; }


/** 
    Sticky Header Style 
*/
/*     
    #sticky-header.sticky-g-header-active { position: absolute; width: 100%; z-index: 12; }

    #sticky-header.sticky-g-header-active > div { transform: translateY(-100%); transition: var(--wdt-Ad-Transition); background-color: rgba(0,0,0,0.2); }
    #sticky-header.sticky-g-header-active.wdt-header-top.wdt-header-scroll > div { transform: translateY(0%); } */


/** 
    Sticky Column
*/

    .wdt-sticky-css { 
        align-self: flex-start !important; height: auto !important; max-height: none !important; transition: 0s !important; }