/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.currencies-block-wrap button.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    color: #fff;
}

.currencies-block-wrap .caret {
    border-top-color: white;
}

.currencies-block-wrap .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

/* popup - start */
.fancybox-blockcurrencies .fancybox-inner {
    border-radius: 4px;
}

.fancybox-blockcurrencies .list-group {
    margin-bottom: 0;
}

.fancybox-blockcurrencies .list-group-item {
    border: none;
    min-width: 160px;
    font-size: 14px;
}

.fancybox-blockcurrencies .list-group-item.active {
    background-color: #379BF0;
}
/* popup - end */
