.giwr_add_gift_wrap_to_cart_label{
    display: flex;
    align-items: center;
}
.giwr_add_gift_wrap_to_cart_label #giwr_add_gift_wrap_to_cart{
    margin-bottom: -4px;
}
.iscu_gift_wrap_loader {
    border: 3px solid #c9c9c9;
    border-top: 3px solid #000000;
    display: inline-flex;
    margin-left: 7px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: giwr_spin 2s linear infinite;
}

@keyframes giwr_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}