/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 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:
* https://opensource.org/licenses/AFL-3.0
*
* 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 CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.product-quantity #wk_quantity_wanted {
    width: 3rem;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    color: #232323;
    background-color: #fff;
}
/*For growl Notification as in admin side shown*/

#growls {
    z-index: 50000;
    position: fixed
}

#growls.default {
    top: 50px;
    right: 10px
}

#growls.tl {
    top: 10px;
    left: 10px
}

#growls.tr {
    top: 10px;
    right: 10px
}

#growls.bl {
    bottom: 10px;
    left: 10px
}

#growls.br {
    bottom: 10px;
    right: 10px
}

.growl {
    opacity: 1;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.growl.growl-incoming {
    opacity: 0
}

.growl.growl-outgoing {
    opacity: 0
}

.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px
}

.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px
}

.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px
}

.growl.growl-default {
    color: #FFF;
    background: gray
}

.growl.growl-error {
    color: #fff;
    background: #dc3545;
}

.growl.growl-notice {
    color: #fff;
    background: rgba(114, 194, 121, 0.8)
}

.growl.growl-warning {
    color: #fff;
    background: rgba(251, 187, 34, 0.8)
}

.growl .growl-close {
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif;
    float: right
}

.growl .growl-title {
    font-size: 18px;
    line-height: 24px
}

.growl .growl-message {
    font-size: 14px;
    line-height: 18px
}
