/*Changes for GWG should go here*/

/***Remove giftcard option from checkout***/
#giftcardaccount-placer  {
    display:none;
}
@media only screen and (max-width: 767px) {
    .nav-section-item-title[aria-controls="store.links"] {
        display: none!important;
    }
    #store\.links {
        display: none;
    }
}
