/**
 * 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_GiftCard
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/**
 * Override original css file on Mageplaza_GiftCard: app/code/Mageplaza/GiftCard/view/frontend/web/css/cart.css
 */

.cart.table-wrapper .product-item-name + .item-options {
    word-break: break-word;
}

@media (min-width: 768px) {
    /** Fix apply coupon section CSS issue on cart page */
    #block-discount {
        float: none;
        margin-left: 0;
    }
}

.gift-card-check-code > .fieldset {
    margin-bottom: 0;
}

.gift-card-check-code > .fieldset > .field {
    display: block;
    margin-bottom: 10px;
    clear: both;
}

.cart-discount .gift-card-check-code > .fieldset > .field > label {
    width: 30%;
    float:left;
    display: block;
    height: unset;
    position: unset;
}

.cart-discount .gift-card-check-code > .fieldset > .field > .control {
    width: 60%;
    float:left;
    margin-left: 5%;
    display: block;
}

/**
 * Fix messy layout on apply gift cards on cart page
 */
#discount-giftcard-form .fieldset.coupon .action.primary {
    height: 40px !important;
}

#discount-giftcard-form #giftcard-saved-list {
    border-radius: 5px 0 0 5px;
}

#discount-giftcard-form .action.secondary {
    margin-bottom: 10px;
}

#discount-giftcard-form .gift-card-used-item {
    padding: 0 0 5px;
}

#discount-giftcard-form a.gift-card-remove-icon {
    padding: 0px 5px 2px;
    background: #879631;
    border: 1px solid #879631;
    color: #ffffff;
    font-weight: 800;
    font-style: normal;
}

#discount-giftcard-form span.gift-card-used-item-code {
    padding: 0 0px 0px 5px;
}