/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpSellerCoupons
 * @author    Webkul Software Private Limited
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

.discount h2 {
    background-image :none;
    background-repeat: no-repeat;
    color: #e26703;
    font: bold 13px/16px Arial,Helvetica,sans-serif;
    padding: 0;
    text-transform: uppercase;
}

.wk_applied_coupon dt {
    font-weight: bold;
    margin: 5px 0;
}
.wk_applied_coupon {
    border-top: 1px dashed #4f4f4f;
    margin-top: 10px;
}
.coupon_entry_field {
    display: none;
    margin-bottom: 5px;
}
.coupon_container{
    margin-bottom: 10px;
}

.applied-coupon-block{
    width:100%;
    margin:10px 0;
}
.wk-mp-coupon-generator{
    margin-bottom: 10px;
}
.wk-coupon-remove-button{color:red;cursor:pointer}
.hor-scroll{width:100%; overflow:hidden;}
.toolbar-amount{position: relative !important;text-align:center}
.wk-table-scroll{width: 100%;overflow-y: auto;}
.wk-head-color{background: #eeeeee;}
.wk-row-color{    text-align: center;
    padding: 5px 7px;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background: url(../../Webkul_Marketplace/images/filter-row-bg.png) repeat-x #e3eff1;
    background-color: #e3eff1;
    border-bottom: none;}

input[type="checkbox"] {
    position: static !important;
}
.checkout-payment-method .payment-option._collapsible .coupon-option-title {
    cursor: pointer;
}
.checkout-payment-method .coupon-option-title {
    border-top: 1px solid #cccccc;
    padding: 20px 0;
}
.checkout-payment-method .coupon-option-title .action-toggle {
    color: #006bb4;
    display: inline-block;
    text-decoration: none;
}
.checkout-payment-method .coupon-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

@media (min-width: 768px){
    .cart-discount .block.discount {
        width: 50% !important
    }
}

input#coupon_expiry {
    height: 30px;
}
button#save-button {
    height: 36px;
}
.action-multicheck-wrap .action-multicheck-toggle{
    position: absolute !important;
}
.data-grid .data-grid-multicheck-cell{
    padding: 0 !important;
    text-align: inherit !important;
}
span.label.wk-addcoupon-action {
    padding: 10px;
    background: #ff5522;
    font-size: 16px;
    color: white;
    float:right;
    font-weight:600;
}
.action-select-wrap {
    width: 25% !important;
}
