﻿.giftcard-create {
    display: flex;
    margin: 0 110px;
    gap: 60px;
    padding-top: 10px;
}

    .giftcard-create .giftcard-left {
        width: 40%;
    }

    .giftcard-create .giftcard-right {
        width: 60%;
    }

    .giftcard-create h1, .giftcard-create h2 {
        margin: 10px 0px;
        padding: unset;
        letter-spacing: unset;
        color: #1A1A1A;
        background-color: unset;
        background-image: unset;
    }

    .giftcard-create input, .giftcard-create textarea {
        font: normal normal normal 12px Poppins;
    }

        .giftcard-create input::placeholder,
        .giftcard-create textarea::placeholder {
            padding: unset;
        }

    .giftcard-create .title {
        font: normal normal 600 28px / 36px Poppins;
        margin: 0 0 10px;
    }

    .giftcard-create .subtitle {
        font: normal normal normal 16px / 22px Poppins;
        margin: 10px 0 20px;
        text-align: left;
    }

    .giftcard-create .section-info {
        font: normal normal 600 18px / 24px Poppins;
        margin: 10px 0 0 0;
    }

    .giftcard-create .info {
        font: normal normal 600 14px / 20px Poppins;
        margin: 10px 0 0 0;
    }

    .giftcard-create .text {
        font: normal normal normal 14px / 20px Poppins;
        margin: 10px 0 0;
    }

    .giftcard-create .buttonProceed {
        background-color: #ff6501;
        border: solid 1px #ff6501;
        border-radius: 25px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        color: white !important;
        line-height: 28px;
        padding: 10px 20px;
        text-align: center;
        cursor: pointer;
    }

    .giftcard-create .div-button {
        margin: 30px 0px;
    }

    .giftcard-create .lblMessage {
        margin: 10px 0px;
    }

    .giftcard-create .button-group .button-item {
        padding: 10px 20px;
        margin: 5px;
        border: 1px solid #ccc;
        background-color: #fff;
        cursor: pointer;
    }

        .giftcard-create .button-group .button-item.selected {
            background-color: #1A1A1A;
            color: white;
        }

    .giftcard-create .display-none {
        display: none;
    }

    .giftcard-create .textarea {
        resize: none;
    }

    .giftcard-create .input-giftcard {
        display: block;
        margin-top: 1px;
        width: 20rem;
        padding: 10px;
        border: 1px solid #cccccc;
    }

    .giftcard-create .border-bottom {
        margin: 20px 0px;
        border-bottom: 1px solid #dddddd;
    }

    .giftcard-create .button-group {
        display: flex;
    }

.giftcard .box-info-giftcard {
    display: inline-block;
    padding: 15px 5px;
}

.giftcard .panel-info-giftcard {
    display: flex;
    align-items: flex-start;
}

.giftcard .image-giftcard {
    width: 70px;
    margin-right: 10px;
}

.giftcard .cart-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.giftcard .cart-value-giftcard {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #FF6501;
    line-height: 22px;
}

.giftcard .panel-data-giftcard {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 6px;
}

    .giftcard .panel-data-giftcard .row {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .giftcard .panel-data-giftcard .label {
        min-width: 100px;
    }

    .giftcard .panel-data-giftcard .data {
        flex-grow: 1;
        word-wrap: break-word;
        font-weight: bold;
        word-break: break-all;
    }

.giftcard .summary-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: inset 0.5px;
}

    .giftcard .summary-box .summary-subtotal {
        font-size: 14px;
        font-weight: bold;
    }

    .giftcard .summary-box .summary-total {
        font-size: 18px;
        font-weight: bold;
    }

.giftcard .border-bottom-unset {
    border-bottom: unset;
}

.giftcard .title-product {
    width: 100%;
    max-width: 100%
}

input[type="date"]::-webkit-calendar-picker-indicator {
    width: 18px;
    height: 18px;
}

.boxmessage {
    z-index: 9999;
}

@media (min-width: 768px) and (max-width: 1025px) {
    .giftcard-create {
        margin: 0 20px;
    }
}


@media only screen and (max-width: 767px) {
    .giftcard-create {
        display: block;
        margin: 0 20px;
    }

        .giftcard-create .giftcard-left,
        .giftcard-create .giftcard-right {
            width: 100%;
            display: block;
        }

        .giftcard-create .buttonProceed {
            width: 100%;
        }

        .giftcard-create input,
        .giftcard-create textarea {
            width: 100% !important;
        }

        .giftcard-create .title {
            margin: 20px 0 10px;
        }

    .giftcard .cart-value-giftcard {
        margin-bottom: 4px;
    }
}
