/**
 * 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_GiftWrap
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

#title-checkout-all-cart {
    display: none;
}
.checkout-cart-index .modal-inner-wrap .modal-header {
    background: #1bccc7;
    color: #fff;
}
.checkout-cart-index .modal-inner-wrap .modal-header .action-close{
    right: unset;
    left: 0;
}
.checkout-cart-index .modal-inner-wrap .modal-header .action-close:before {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    background: transparent;
}
.checkout-cart-index .modal-inner-wrap .modal-content .wrap-box {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px;
}
.checkout-cart-index .modal-inner-wrap .modal-content .wrap-box input[type="checkbox"], .checkout-cart-index .modal-inner-wrap .modal-content .wrap-box input[type="checkbox"] + label{
    display: none;
}
.checkout-cart-index .modal-inner-wrap .modal-content .wrap-box .mpgiftwrap-message{
    display: block !important;
}
.checkout-cart-index .modal-inner-wrap .modal-content .post-card-box {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}
.checkout-cart-index .modal-inner-wrap .modal-content select {
    padding-left: 30px;
    padding-right: 7px;
}
.checkout-cart-index .modal-inner-wrap .modal-header h1{
    border: 0;
}
.checkout-cart-index .mpgiftwrap-wrap-item .option .note {
    right: 0;
    left: auto;
}
.checkout-cart-index #block-mpgiftwrap-summary {
    display: block !important;
    background: url("../images/sendgift.png");
    padding: 10px;
    background-size: cover;
}
.checkout-cart-index #block-mpgiftwrap-summary span {
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 15px;
    margin-left: 10px;
}