/**
 * Copyright © 2024 Kemana. All rights reserved.
 * @author Evander Reinhart Mulyono <ermulyono@kemana.com>
 * http://www.kemana.com
 */

/**
 * Fix messy layout on gift card product PDP
 */

.giftcard-information-container .giftcard-information-delivery-content.fieldset .field.giftcard-information.giftcard-information-delivery-field {
    display: flex;
}

.giftcard-information-container .giftcard-information-delivery-content.fieldset .field.giftcard-information.giftcard-information-delivery-field .label.giftcard-field-label {
    flex-grow: 1;
    line-height: 38px;
    text-align: right;
}

.giftcard-information-container .mp-giftcard-preview {
    margin: 10px 0;
}

.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images .owl-nav {
    margin-top: 0;
}

.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images .owl-nav button.owl-prev,
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images .owl-nav button.owl-next {
    background: #879631;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -15px;
}

.fa.fa-chevron-right::before {
    content: '';
}

.fa.fa-chevron-left::before {
    content: '';
}

@media screen and (min-width: 768px)  {
    .modal-popup._inner-scroll .modal-inner-wrap {
        max-width: none !important;
    }
}
