/**
* Setubridge Technolabs
* http://www.setubridge.com/
* @author SetuBridge
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
**/
.custom-gift-price{
    display: none;
}
.greeting, .congras{
    font-size: 15px;
    font-weight: 600;
}
.gift-price{
    font-size: 15px;
    font-weight: 600;
    color:green;
}
.gift-from{
    font-size:15px;
    font-weight: 600;
}
.gift-ammount{
    color: green;
    font-weight: 700;
    font-size: 18px;
}
.gift-data, .greeting{
    font-size: 15px;
}
.redeemcard-detail-title{
    font-weight: 700;
    font-size: 16px;   
}
.redeemcard-detail{
    font-size: 15px;
}
.cartpage-gift-detail{
    border-bottom:1px solid black; 
    padding:5px;
}
.giftcard-info .delete-giftvoucher-btn{
    cursor: pointer; 
}
.cartpage-gift-detail-span,.giftcard-info span.label{
    font-weight: 600;
    text-transform: capitalize; 
}
.cartpage-gift-detail-delete::before,.giftcard-info .delete-giftvoucher-btn::before{

    font-size: 15px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding-left: 10px;
}
.cartpage-gift-detail-delete::before{
    top: 20px;
    right:0;
    position: absolute;
}
.gift-deactive-form{
    position: relative;
}
.gift-deactive{
    cursor: pointer;
}
.block-giftcard .title{
    clear: left;
}
.payment-option-content .form-giftvoucher {
    display: table;
    width: 100%;
    max-width: 500px;
}
.checkout-payment-method .payment-option-content .form-giftvoucher .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}
.checkout-payment-method .payment-option-content .form-giftvoucher .actions-toolbar .primary .action {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 0 -2px;
    white-space: nowrap;
    width: auto;
}
.checkout-payment-method .payment-option-content .form-giftvoucher .field label{
    display: none;
}
