/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_MultipleCoupons
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/** SHOPPING CART PAGE **/
.totals-mpmultiplecoupons-details {
    display: none;
}

.totals-mpmultiplecoupons-summary.expanded ~ .totals-mpmultiplecoupons-details {
    display: table-row;
}

#discount-mpmultiplecoupons-form .fieldset.coupon {
    margin-bottom: 10px;
}

.mpmultiplecoupons-applied-item {
    display: inline-block;
    padding: 5px 12px;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.mpmultiplecoupons-remove-icon {
    margin-right: 3px;
    font-weight: bold;
    color: #000;
}

#block-mpmultiplecoupons-discount {
    float: unset;
}

/** CHECKOUT PAGE **/
#discount-mpmultiplecoupons-form .mpmultiplecoupons-applied {
    display: inline-block;
    margin: 0;
}

#discount-mpmultiplecoupons-form .mpmultiplecoupons-applied.payment-option-inner {
    max-width: 70%;
}

.mpmultiplecoupons-applied ~ .actions-toolbar {
    display: inline-block;
}

.mpmultiplecoupons-applied ~ .actions-toolbar > .primary .action:last-child {
    margin-right: 0;
}

.mp-clear {
    clear: both;
}

/** OSC PAGE **/
#block-mpmultiplecoupons-discount._collapsible .payment-option-title {
    cursor: pointer;
    padding-bottom: 20px;
}

#block-mpmultiplecoupons-discount .payment-option-title .action-toggle {
    color: #1979c3;
    display: inline-block;
    text-decoration: none;
}

#block-mpmultiplecoupons-discount.payment-option._active .payment-option-title .action-toggle:after {
    content: '\e621';
}

#block-mpmultiplecoupons-discount.payment-option .payment-option-title .action-toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 16px;
    color: #8f8f8f;
    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;
}

#discount-mpmultiplecoupons-form .payment-option-inner {
    margin-bottom: 15px;
}
