/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

.tickers_main_wrapper {
	margin-left: -200vw;
    padding-left: 200vw;
    margin-right: -200vw;
    padding-right: 200vw;
    background-color: #ffffff;
}

.wk_ticker_top:not(:last-child) {
	margin-bottom: 5px;
}

.wk_ticker_bottom:not(:first-child) {
	margin-top: 5px;
}

.wk_news_ticker_container {
	/* min-height: 50px; */
    opacity: 1;
}