/**
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All rights is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* 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 https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.wk-grocery-order.hidden-md-up {
    display: none !important;
}

/* #quantity_wanted {
    display: none !important;
} */

#wk_quantity_wanted {
    width: 80px;
    height: 2.7rem;
    color: #232323;
    background-color: #fff;
}

#wk_qty_initial_type {
    background-color: #fff !important;
    width: auto !important;
    height: 44px;
    padding-right: 1.875rem;
}

/* .wk-grocery-cart-line .input-group-addon {
    padding: .5rem .5rem;
} */

.wk-cart-line-quantity {
    width: 54px !important;
    height: 2.5rem;
    padding: 0.175rem .5rem;
    color: #232323;
    background-color: #fff;
}

.wk-product-quantity .bootstrap-touchspin,
.wk-grocery-cart-line{
    box-shadow: none;
}

.wk-grocery-offer {
    margin-top: 1rem;
}

.wk-cart-line-quantity {
    width: 68px !important;
}

.wk-offer-heading {
    text-align: left;
    margin: 20px 0 10px 0;
}

.wk-product-offers {
    margin-bottom: 1.5rem;
}

.wk-product-offers > .table-product-offers thead tr th {
    width: 33%;
    padding: .625rem 1.25rem;
    background: #fff;
    border: .3125rem solid #f1f1f1;
    text-align: center;
}

.wk-product-offers > .table-product-offers tbody tr {
    background: #f6f6f6;
}

.wk-product-offers > .table-product-offers tbody tr td {
    padding: .625rem 1.25rem;
    text-align: center;
    border: .3125rem solid #f1f1f1;
}

#wk-product-price-box {
    font-weight: 600;
    font-size: 17px;
    margin:2px 0 15px 0;
}

#wk-product-price {
    color: #ff5722;
}

.wk-product-unit-text, .wk-product-final-text {
    color: #7a7a7a;
    font-weight: 400;
    padding-left: 5px;
}

/*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: rgba(224, 143, 149, 0.8)
}

.growl.growl-notice {
    color: #fff;
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.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
}