/**
* 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;
}
.cartpage-gift-detail-span{
    font-weight: 600; 
}
.cartpage-gift-detail-span {
    text-transform: capitalize;
}
.cartpage-gift-detail-delete::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;
    top: 20px;
    right:0;
    position: absolute;
}
.gift-deactive-form{
    position: relative;
}
.gift-deactive{
    cursor: pointer;
}
.block-giftcard .title{
    clear: left;
}
