.availablePurchaseAsGift {
    border: 2px solid #060;
    border-radius: 5px;
    margin: 50px 10px 20px;
    padding: 30px 20px;
    position: relative;
    font-size: 13px;
}
.availablePurchaseAsGift .title {
    font-size: 16px;
}
.availablePurchaseAsGift:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 56px;
    left: 17px;
    position: absolute;
    top: -30px;
    width: 56px;
}
.availablePurchaseAsGift:after {
    background: #080 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 50px;
    left: 20px;
    -webkit-mask-image: url("../img/present_box.svg");
    mask: url("../img/present_box.svg");
    position: absolute;
    top: -30px;
    width: 50px;
}