/* gc product */
    .blugiftcards_gift_send_div {
    display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        max-width: 300px;
        font-size: 1.2em;
        font-weight: bold;
        margin: 50px 5px 10px 5px;
    }

    .blugiftcards_gift_send_div div{
        margin: 5px;  
    }

    .blugiftcards_gift_checkbox {
    width: 30px!important;
    height: 30px;
    cursor: pointer;
    }

    .blugiftcards_amount_div {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        max-width: 500px;
        margin: 5px;
        margin-bottom: 20px;
        background-color: #f2f2f2;
        padding: 5px 20px 15px 20px;
        border: 1px solid lightgrey;
        border-radius: 3px;
        box-shadow: 1px 1px 4px 1px #b0b0b0;
    }

    .blugiftcards_form_div {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        max-width: 500px;
        margin: 5px;
        margin-bottom: 20px;
        background-color: #f2f2f2;
        padding: 5px 20px 15px 20px;
        border: 1px solid lightgrey;
        border-radius: 3px;
        box-shadow: 1px 1px 4px 1px #b0b0b0;
    }

    .blugiftcards_form_row {
        margin: 10px 0px;
        font-size: 1.2em;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }

    .blugiftcards_form_row label {
        margin-bottom: 0em; 
    }

    .blugiftcards_gift_mand {
        color: red;
    }

    .blugiftcards_form_row input, .blugiftcards_form_row select{
        width: 100%!important;
    }

    .blugiftcards_form_note {
        text-align: center;
        color: #b20101;
    }

    .blugiftcards_form_row_alert {
        text-align: center;
        width: 100%;
        color: white;
        background-color: #b20101;
        padding: 5px;
        border-radius: 5px;  
    }

/* end of gc product */


/* cart gc account */
    .blugc_row {
    position: relative;
       text-align: center;
       color: white;
       max-width: 300px;
       margin: auto;
       margin-bottom: 10px;
   }
   
   .blugc_row_img img{
     max-width: 300px;
   }
   
   .blugc_row_msg {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.1em;
        font-weight: bold;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-around;
   }
   
   .blugc_accountmsg {
     width: 100%;
       text-align: center;
       max-width: 300px;
       margin: auto;
       background-color: red;
       color: white;
       padding: 10px;
       border-radius: 5px;
       font-size: 1.1em;
   }

/* cart gc search */


/* gc modal */
    #blugiftcard_modal{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99998;
        width: 100%;
        height:100%;
        background: rgba(0,0,0,0.6);
    }
    
    .blugc_container {
    display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 450px;
        position: absolute;
        top: 50vh;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        box-shadow: 2px 2px 7px 2px #424242;
        padding: 5px;
        background-color: #f2f2f2;
    }
    
    .blugc_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        -ms-flex: 50%; /* IE10 */
        flex: 50%;
    }
    
    .blugc_div {
        -ms-flex: 75%; /* IE10 */
        flex: 75%;
    }
    
    .blugc_block,.blugc_div {
        padding: 0 16px;
    }
    
    .blugc_div {
        background-color: #f2f2f2;
        padding: 5px 20px 15px 20px;
    }
    
    
    
    #blugc_block_msg {
        font-weight: bold;
        font-size: 1.2em;
        text-align: center;
    }
    
    #blugc_foundmsg {
        font-weight: bold;
        font-size: 1em;
        text-align: center;
        margin-top: 10px;
        color: #ab0202;
    }
    
    
    .blugc_block input[type=number] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 3px;
        max-width: 200px;
    }
    
    .blugc_block_label {
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
        text-align: center;
    }
    
    
    .blugc_button_block {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
    }
    
    .blugc_apply_btn {
        background-color: #01955e;
        color: white;
        padding: 12px;
        border: none;
        width: 100%;
        border-radius: 3px;
        cursor: pointer;
        font-size: 17px;
        margin: 5px;
    }
    
    .blugc_apply_btn:hover {
        background-color: #02b472;
    }
    
    .blugc_cancel_btn {
        background-color: #ab0202;
        color: white;
        padding: 12px;
        border: none;
        width: 100%;
        border-radius: 3px;
        cursor: pointer;
        font-size: 17px;
        margin: 5px;
    }
    
    .blugc_cancel_btn:hover {
        background-color: #c93434;
    }


    #blugiftcard_error_modal {
        display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            max-width: 400px;
            position: absolute;
            top: 50vh;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 10px;
            box-shadow: 2px 2px 7px 2px #424242;
            padding: 20px 5px;
            background-color: #f2f2f2;
            flex-direction: column;
            align-items: center;
            font-size: 1.1em;
            font-weight: bold;
            color: #d10000;
        }

    .blugc_error_msg a {
        color: #d10000;
        box-shadow: none;
        text-decoration: underline;
    }

    .blugc_error_msg a:hover {
        color: #d10000;
        box-shadow: none;
        text-decoration: underline;
        font-size: 1.01em;
    }
        
    .blugc_errorok_btn {
        background-color: #01955e;
        color: white;
        padding: 12px;
        border: none;
        width: 100%;
        border-radius: 3px;
        cursor: pointer;
        font-size: 17px;
        margin: 5px;
        margin-top: 20px;
    }
    
    .blugc_errorok_btn:hover {
        background-color: #02b472;
    }
    
    
    #gc_loading_overlay{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        width: 100%;
        height:100%;
        background: rgba(0,0,0,0.6);
    }
    
    .loading_spinner {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;  
    }
    
    .loading_spinner .spinner {
        width: 40px;
        height: 40px;
        border: 4px #ddd solid;
        border-top: 4px #2e93e6 solid;
        border-radius: 50%;
        animation: sp-anime 0.8s infinite linear;
    }
    
    .spinner {
        visibility: unset;
    }
    
    
    @keyframes sp-anime {
        100% { transform: rotate(360deg); }
    }
/* gc modal */